Why make donate
google analytics

Documentation du plugin

Goals disponibles pour ce plugin :

GoalDescription
jaxx:generateGenerates some java code from jaxx files.
jaxx:generate-helpMojo to generate all the javax help stuff for your project.

This mojo will chain all others help mojo required.

jaxx:generate-help-filesMojo to generate javax help files for your project.
jaxx:generate-help-idsGenerate the help ids files from the previous jaxx generation.

Created: 22 déc. 2009

jaxx:generate-help-searchGenerate 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:helpDisplay help information on maven-jaxx-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 :

Maven2.0
JDK1.1
MémoireAucune exigence minimale.
Espace DisqueAucune 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>maven-jaxx-plugin</artifactId>
          <version>2.4.2</version>
        </plugin>
        ...
      </plugins>
    </pluginManagement>
    <!-- Pour utiliser les goals du plugin dans votre POM ou POM parent -->
    <plugins>
      <plugin>
        <groupId>org.nuiton.jaxx</groupId>
        <artifactId>maven-jaxx-plugin</artifactId>
        <version>2.4.2</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}

Maven JRst ReStructuredText