Verfügbare Goals dieses Plugins:
Goal | Bericht? | Beschreibung |
---|---|---|
jdtaus-container-mojo:clean-sources | Nein | Mojo to cleanup source files (e.g. remove trailing spaces). |
jdtaus-container-mojo:help | Nein | Display help information on jdtaus-container-mojo. Call mvn jdtaus-container-mojo:help -Ddetail=true -Dgoal=<goal-name>to display parameter details. |
jdtaus-container-mojo:java-commit | Nein | Mojo to commit container meta-data to compiled java classes. |
jdtaus-container-mojo:java-commit-tests | Nein | Mojo to commit container meta-data to compiled java test classes. |
jdtaus-container-mojo:java-container | Nein | Mojo to generate java code. |
jdtaus-container-mojo:java-container-tests | Nein | Mojo to generate test java code. |
jdtaus-container-mojo:report | Ja | Generates a report for the artifact's container metadata. |
jdtaus-container-mojo:spring-descriptor | Nein | Mojo to generate a spring beans descriptor with corresponding support classes from a project. |
jdtaus-container-mojo:verify-jar | Nein | Mojo to validate a set of modules from a single jar file. |
jdtaus-container-mojo:verify-model | Nein | Mojo to validate set of modules. |
Die folgende Tabelle listet die Mindestanforderungen zum Ausführen dieses Plugins auf:
Maven | 2.0 |
JDK | Default target for maven-compiler-plugin version 2.5.1 |
Arbeitsspeicher | Keine Mindestanforderung. |
Festplatte | Keine Mindestanforderung. |
Geben Sie die gewünschte Version einfach in der Plugin-Konfiguration Ihres Projekts an:
<project> ... <build> <!-- Zum Definieren der Plugin-Version in der Eltern-POM --> <pluginManagement> <plugins> <plugin> <groupId>org.jdtaus.mojo</groupId> <artifactId>jdtaus-container-mojo</artifactId> <version>3.13</version> </plugin> ... </plugins> </pluginManagement> <!-- Zum Verwenden der Plugin-Goals während des Build-Vorgangs eines Projekts --> <plugins> <plugin> <groupId>org.jdtaus.mojo</groupId> <artifactId>jdtaus-container-mojo</artifactId> <version>3.13</version> </plugin> ... </plugins> </build> ... <!-- Zum Erzeugen der Berichte für die Projektdokumentation --> <reporting> <plugins> <plugin> <groupId>org.jdtaus.mojo</groupId> <artifactId>jdtaus-container-mojo</artifactId> <version>3.13</version> </plugin> ... </plugins> </reporting> ... </project>
Für weitergehende Informationen lesen Sie bitte den Artikel "Guide to Configuring Plug-ins".