Index: maven-generator-plugin/pom.xml diff -u maven-generator-plugin/pom.xml:1.12 maven-generator-plugin/pom.xml:1.13 --- maven-generator-plugin/pom.xml:1.12 Fri Jan 25 15:47:17 2008 +++ maven-generator-plugin/pom.xml Wed Jul 23 10:14:40 2008 @@ -1,142 +1,160 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - - 4.0.0 - - - - - - lutinplugin - maven-generator-plugin - Plugin maven Generator - - - maven-plugin - - - 0.51-SNAPSHOT - - - 2006 - - - - ${maven.src.dir}/java - ${maven.src.dir}/test - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - labs - scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2 - - - - labs - scp://labs.libre-entreprise.org/home/groups/lutingenerator/htdocs/${pom.artifactId} - - - - - - - http://labs.libre-entreprise.org/tracker/?group_id=39 - - - - - - Julien Ruchaud - ruchaud@codelutin.com - Code Lutin - +2 - - Développeur - - - - - - - - org.apache.maven - maven-plugin-api - 2.0 - compile - - - - lutinlib - lutingenerator - 0.51-SNAPSHOT - compile - - - - org.apache.ant - ant - 1.7.0 - compile - - - - org.apache.ant - ant-trax - 1.7.0 - compile - - - - - - - lutingenerator-cvscomit - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-cvscommit - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-cvscommit - http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-cvscommit/ - - - - lutingenerator-devel - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-devel - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-devel - http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-devel/ - - - - lutingenerator-user - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-user - http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-user - http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-user/ - - - - - http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=lutingenerator - scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/lutingenerator:${pom.artifactId} - - + + 4.0.0 + + + + + + lutinplugin + maven-generator-plugin + Plugin maven Generator + + + maven-plugin + + + 0.51-SNAPSHOT + + + 2006 + + + + ${basedir}/src + + + 1.5 + 1.5 + + + + + ${maven.src.dir}/java + ${maven.src.dir}/test + + + org.apache.maven.plugins + maven-compiler-plugin + + ${maven.compile.source} + ${maven.compile.target} + + + + + + + labs + scp://labs.libre-entreprise.org/home/groups/lutinbuilder/htdocs/maven2 + + + + labs + scp://labs.libre-entreprise.org/home/groups/lutingenerator/htdocs/${pom.artifactId} + + + + + + + http://labs.libre-entreprise.org/tracker/?group_id=39 + + + + + + Julien Ruchaud + ruchaud@codelutin.com + Code Lutin + +2 + + Développeur + + + + + + + + org.apache.maven + maven-plugin-api + 2.0 + compile + + + + lutinlib + lutingenerator + 0.51-SNAPSHOT + compile + + + + org.apache.ant + ant + 1.7.0 + compile + + + + org.apache.ant + ant-trax + 1.7.0 + compile + + + + org.apache.maven + maven-project + 2.0.4 + compile + + + + + + + + lutingenerator-cvscomit + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-cvscommit + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-cvscommit + http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-cvscommit/ + + + + lutingenerator-devel + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-devel + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-devel + http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-devel/ + + + + lutingenerator-user + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-user + http://lists.labs.libre-entreprise.org/mailman/listinfo/lutingenerator-user + http://lists.labs.libre-entreprise.org/pipermail/lutingenerator-user/ + + + + + http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/?cvsroot=lutingenerator + scm:cvs:pserver:anonymous@cvs.labs.libre-entreprise.org:/cvsroot/lutingenerator:${pom.artifactId} + + + Index: maven-generator-plugin/changelog diff -u maven-generator-plugin/changelog:1.2 maven-generator-plugin/changelog:1.3 --- maven-generator-plugin/changelog:1.2 Fri May 25 16:23:11 2007 +++ maven-generator-plugin/changelog Wed Jul 23 10:14:40 2008 @@ -1,4 +1,6 @@ 0.51 ??? ??? + * 20080723 [chemit] + - add generated sources in maven project's compilation directories via addCompilationDirectory plugin property * 20070525 [chatellier] - add Xmi2StateModel goal