Skip to content

JAXB2 Basics Sample Projects

Laurent Schoelens edited this page Aug 25, 2023 · 1 revision

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.

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
Clone this wiki locally