maven-jaxx-plugin

Introduction

The plugin permits to generate java files from jaxx files via the generate goal.

You can also generate the java help system via the *generate-helpXXX goals.

for more information, consult the documentation of each mojo

Default layout

The plugin defines some directory layout convention, using them is a great benefit.

  • the jaxx files should be under src/main/java
  • the generated java files should be under target/generated-sources/java
  • the java help files should be under src/main/help
  • the generated help search index should be under target/generated-sources/help