Documentation du plugin
Goals disponibles pour ce plugin :
Goal | Rapport? | Description |
---|---|---|
eugene:available-data | Non | Obtain the list of some known data informations. Use the
dataTypes property to specify a specific data type to
use (otherwise will display all known data types). |
eugene:generate | Non | Eugene generator plugin (a.k.a generate mojo) Fill inputs and mojo will chained needed writer. |
eugene:help | Non | Display help information on eugene-maven-plugin. Call mvn eugene:help -Ddetail=true
-Dgoal=<goal-name> to display parameter details. |
eugene:tag-values-report | Oui | To report a TagValueMetadatasProvider . Created on
5/31/14. |
eugene:transform-extension-model | Non | To a transform some object model extension files from an input
format to an output format. Available formats are
Example of ini format[model] modeTagValue=value modelStereotype=true [package fr.ird.observe.entities] packageTagValue=value packageStereotype=true [class fr.ird.observe.entities.CommentableEntity] classTagValue=value classStereotype=true attribute.attributeTagValue=value attribute.attributeStereotype=true Example of properties formatmodel.tagValue.modeTagValue=value model.stereotype.modelStereotype package.fr.ird.observe.entities.tagValue.packageTagValue=value package.fr.ird.observe.entities.stereotype=packageStereotype fr.ird.observe.entities.CommentableEntity.class.tagValue.classTagValue=value fr.ird.observe.entities.CommentableEntity.class.stereotype=classStereotype fr.ird.observe.entities.CommentableEntity.attribute.attribute.tagValue.attributeTagValue=value fr.ird.observe.entities.CommentableEntity.attribute.attribute.stereotype=attributeStereotype*Created on 09/09/16. |
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.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <version>3.1-SNAPSHOT</version> </plugin> ... </plugins> </pluginManagement> <!-- Pour utiliser les goals du plugin dans votre POM ou POM parent --> <plugins> <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <version>3.1-SNAPSHOT</version> </plugin> ... </plugins> </build> ... <!-- Pour utiliser les goals de rapports dans votre POM ou POM parent --> <reporting> <plugins> <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <version>3.1-SNAPSHOT</version> </plugin> ... </plugins> </reporting> ... </project>
Pour plus d'informations, consultez {"Guide to Configuring Plug-ins", http://maven.apache.org/guides/mini/guide-configuring-plugins.html}