Skip to content
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.

Usage

Using sample projects is trivial:

  • Unzip
  • Switch to the root directory
  • Build
    • With Ant, execute ant clean install
    • With Maven, execute mvn clean install
  • Check the target directory for results