Index: maven-generator-plugin/doc/index.rst diff -u /dev/null maven-generator-plugin/doc/index.rst:1.1 --- /dev/null Fri Dec 29 09:21:18 2006 +++ maven-generator-plugin/doc/index.rst Fri Dec 29 09:21:13 2006 @@ -0,0 +1,59 @@ +Maven-generator-plugin +====================== + +.. contents:: + + +Présentation +------------ + +Le plugin maven-generator-plugin permet l'utilisation depuis maven de +LutinGenerator. Pour plus de détails sur LutinGenerator veuillez consulter +l'adresse suivante http://lutingenerator.labs.libre-entreprise.org . + +Utilisation dans le pom.xml +--------------------------- + +Voici une déclaration d'une utilisation de maven-generator-plugin dans un +pom.xml. Il permet dans ce cas utiliser le template de génération de ToPIA ( +http://topia.labs.libre-entreprise.org ). + +:: + + + ... + + lutinplugin + maven-generator-plugin + 0.31 + + + Generator + generate-sources + + src/xmi + target/gen/xmi/ + + target/gen/objectmodel/ + **/*.objectmodel + org.codelutin.topia.generator.TopiaMetaGenerator + target/gen/java + + + zargo2xmi + xmi2objectmodel + generate + + + + + + lutinlib + topia + 2.0.22 + compile + + + + ... +