[Lutinprocessor-commits] r203 - in nuitonprocessor/trunk: . src/main src/main/java/org src/site
Author: tchemit Date: 2009-05-13 16:04:45 +0000 (Wed, 13 May 2009) New Revision: 203 Added: nuitonprocessor/trunk/src/main/java/org/nuiton/ nuitonprocessor/trunk/src/main/resources/ Modified: nuitonprocessor/trunk/pom.xml nuitonprocessor/trunk/src/site/site.xml Log: migrate to nuiton Modified: nuitonprocessor/trunk/pom.xml =================================================================== --- nuitonprocessor/trunk/pom.xml 2009-05-11 02:59:13 UTC (rev 202) +++ nuitonprocessor/trunk/pom.xml 2009-05-13 16:04:45 UTC (rev 203) @@ -11,11 +11,18 @@ <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> <version>3.5.4</version> + <!--groupId>org.nuiton</groupId> + <artifactId>mavenpom</artifactId> + <version>1.0.0-SNAPSHOT</version--> </parent> - <artifactId>lutinprocessor</artifactId> - <version>0.19-SNAPSHOT</version> + <!-- assuprimer du de l'utilisation de mavenpom --> + <groupId>org.nuiton</groupId> + <url>${site.home.url}</url> + <artifactId>nuitonprocessor</artifactId> + <version>1.0.0-SNAPSHOT</version> + <dependencies> <dependency> <groupId>org.apache.ant</groupId> @@ -29,7 +36,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> - <name>Lutin file processor</name> + <name>Universal file processor</name> <description> Cette librairie permet la création de filtre sur les fichiers sources. </description> @@ -43,15 +50,15 @@ <properties> - <!-- id du projet du labs --> + <nuiton.project>nuitonprocessor</nuiton.project> + + <!-- assuprimer du de l'utilisation de mavenpom --> <labs.id>28</labs.id> - - <!-- nom du projet sur le labs (pas necessaire car = artifactId) --> <labs.project>lutinprocessor</labs.project> - - <!-- locales a utiliser pour construire le site --> - <maven.site.locales>fr</maven.site.locales> - + <helper.version>1.0.0-SNAPSHOT</helper.version> + <helper.licenseName>lgpl_v3</helper.licenseName> + <site.home.url>http://lutinprocessor.labs.libre-entreprise.org/nuitonprocessor</site.home.url> + <repository.home.url>http://lutinbuilder.labs.libre-entreprise.org/maven2</repository.home.url> </properties> <build> @@ -67,7 +74,7 @@ <descriptor>src/main/assembly/deps.xml</descriptor> <descriptor>src/main/assembly/full.xml</descriptor> </descriptors> - </configuration> + </configuration> </plugin> <plugin> @@ -76,7 +83,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>doxia-module-jrst</artifactId> - <version>1.0.0</version> + <version>1.0.1</version> </dependency> </dependencies> </plugin> @@ -89,7 +96,10 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> +<!-- a supprimer --> + <!--Source control management--> + <scm> <connection>${maven.scm.connection}</connection> <developerConnection>${maven.scm.developerConnection}</developerConnection> @@ -113,8 +123,8 @@ </repository> </repositories> + <!-- perform only on a release stage when using the maven-release-plugin --> <profiles> - <!-- perform only on a release stage when using the maven-release-plugin --> <profile> <id>release-profile</id> <activation> @@ -126,20 +136,17 @@ <build> <plugins> - <!-- always add license and third-party files to classpath --> + <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.8</version> - <configuration> - <licenseName>${license-switcher.licenseName}</licenseName> - </configuration> + <groupId>org.nuiton</groupId> + <artifactId>maven-helper-plugin</artifactId> + <version>${helper.version}</version> <executions> <execution> <id>attach-licenses</id> <goals> - <goal>license</goal> - <goal>third-party</goal> + <goal>add-license</goal> + <goal>add-third-party</goal> </goals> </execution> </executions> Modified: nuitonprocessor/trunk/src/site/site.xml =================================================================== --- nuitonprocessor/trunk/src/site/site.xml 2009-05-11 02:59:13 UTC (rev 202) +++ nuitonprocessor/trunk/src/site/site.xml 2009-05-13 16:04:45 UTC (rev 203) @@ -1,46 +1,55 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> + <publishDate format="dd/MM/yyyy"/> - <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2.3</version> - </skin> + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2.3</version> + </skin> - <bannerLeft> - <name>${project.name}</name> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>http://www.codelutin.com</href> + </bannerRight> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> - <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> + </poweredBy> - <body> - <links> - <item name="Maven-processor-plugin" href="http://lutinprocessor.labs.libre-entreprise.org/maven-processor-plugin/"/> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="${project.organization.name}" href="${project.organization.url}"/> - </links> + <body> + <links> + <item name="Maven-processor-plugin" href="http://lutinprocessor.labs.libre-entreprise.org/maven-processor-plugin/"/> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="${project.organization.name}" href="${project.organization.url}"/> + </links> - <menu name="Utilisateur"> - <item href="/index.html" name="Accueil"/> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/${project.artifactId}/" name="Téléchargement"/> - </menu> + <menu name="Utilisateur"> + <item href="/index.html" name="Accueil"/> + <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/${project.artifactId}/" name="Téléchargement"/> + </menu> - <menu name="Developpeur"> - <item name="Todo" href="Todo.html"/> - </menu> + <menu name="Téléchargement"> + <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}.jar" + name="Librairie (jar)"/> + <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-javadoc.jar" + name="Javadoc (jar)"/> + <item href="${repository.home.url}/org/nuiton/${project.artifactId}/${project.version}/${project.build.finalName}-sources.jar" + name="Sources (jar)"/> + </menu> + + <menu name="Developpeur"> + <item name="Todo" href="Todo.html"/> + </menu> - <menu ref="reports"/> + <menu ref="reports"/> - </body> + </body> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org