Documentation du plugin

Goals disponibles pour ce plugin :

Goal Description
jaxx:generate Generates some java code from jaxx files.
jaxx:generate-help Mojo to generate all the javax help stuff for your project. This mojo will chain all others help mojo required.
jaxx:generate-help-files Mojo to generate javax help files for your project.
jaxx:generate-help-ids Generate the help ids files from the previous jaxx generation. Created: 22 déc. 2009
jaxx:generate-help-search Generate the javax search index help for your project. The current files should be generated always in a generated directory and not in your src directories (this is mainly binary files not to be stored in scm system)...
jaxx:help Display help information on jaxx-maven-plugin.
Call mvn jaxx:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.

Exigences Systèmes

Ce qui suit spécifie les exigences minimales pour exécuter ce plugin Maven :

Maven 2.0
JDK 1.8
Mémoire Aucune exigence minimale.
Espace Disque Aucune exigence minimale.

Utilisation

Vous devez spécifier la version dans la configuration de votre projet :

<project>
  ...
  <build>
    <!-- Pour définir la version du plugin dans le POM parent -->
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.nuiton.jaxx</groupId>
          <artifactId>jaxx-maven-plugin</artifactId>
          <version>2.46</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- Pour utiliser les goals du plugin dans votre POM ou POM parent -->
    <plugins>
      <plugin>
        <groupId>org.nuiton.jaxx</groupId>
        <artifactId>jaxx-maven-plugin</artifactId>
        <version>2.46</version>
      </plugin>
      ...
    </plugins>
  </build>
  ...
</project>

Pour plus d'informations, consultez {"Guide to Configuring Plug-ins", http://maven.apache.org/guides/mini/guide-configuring-plugins.html}