-
Notifications
You must be signed in to change notification settings - Fork 54
Sample Projects
maffe edited this page Sep 3, 2019
·
3 revisions
JAXB2 Basics 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
-
JAXB2 Basics Plugins
- Using JAXB2 Basics Plugins
- JSR-305 Support
- SimpleEquals Plugin
- SimpleHashCode Plugin
- Equals Plugin
- HashCode Plugin
- ToString Plugin
- Copyable Plugin
- Mergeable Plugin
- Inheritance Plugin
- AutoInheritance Plugin
- Wildcard Plugin
- Setters Plugin
- Simplify Plugin
- EnumValue Plugin
- JAXBIndex Plugin
- FixJAXB1058 Plugin
- Sample Projects