JAXB2 Basics Sample Projects - highsource/jaxb-tools GitHub Wiki
JAXB Tools releases include a few sample projects:
-
jaxb2-basics-sample-<FOO>-<VERSION>-ant.src.zip
- Ant sample projects -
jaxb2-basics-sample-<FOO>-<VERSION>-maven.src.zip
- Maven sample projects
These are ready-to-build sample projects which demonstrate usage of the JAXB2 Basics plugins in Maven or Ant projects.
All of the sample projects are tested (i.e. independenctly build) during the release process so they are very likely to work.
Using sample projects is trivial:
- Unzip
- Switch to the root directory
- Build
- With Ant, execute
ant clean install
- With Maven, execute
mvn clean install
- With Ant, execute
- Check the
target
directory for results