Jaxb2-Commons Samples

Jaxb2-Commons contain a number of sample projects for Maven2 and Ant. These are ready-to-use project distributions. Just unzip and run

ant clean install

for Ant project or

mvn clean install

for Maven2 project.

Index of samples

  • Basic Ant - demonstrates usage of basic plugins in the frame of an Ant project. All dependencies (JARs) are included.
  • Basic Maven - demonstrates usage of basic plugins in the frame of a Maven2 project.