[Lutingenerator-commits] r344 - in maven-generator-plugin/trunk: . src/site
Author: tchemit Date: 2008-10-13 15:10:24 +0000 (Mon, 13 Oct 2008) New Revision: 344 Modified: maven-generator-plugin/trunk/changelog maven-generator-plugin/trunk/pom.xml maven-generator-plugin/trunk/src/site/site.xml Log: use skin 0.2.1 + improve site changelog clean pom Modified: maven-generator-plugin/trunk/changelog =================================================================== --- maven-generator-plugin/trunk/changelog 2008-10-13 15:05:17 UTC (rev 343) +++ maven-generator-plugin/trunk/changelog 2008-10-13 15:10:24 UTC (rev 344) @@ -1,3 +1,9 @@ +0.60 chemit 20081013 + * 20081013 [chemit] + - remove addCompileDirectory option (always done) + add dynamic resources + - use lutingenerator 0.60 + - clean pom + 0.51 thimel 20080925 * 20080925 [thimel] Refactor pom using the correct architecture * 20080925 [thimel] Switched License to LGPL Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-10-13 15:05:17 UTC (rev 343) +++ maven-generator-plugin/trunk/pom.xml 2008-10-13 15:10:24 UTC (rev 344) @@ -2,87 +2,26 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> - <!-- parent --> + <!-- ************************************************************* --> + <!-- *** POM Relationships *************************************** --> + <!-- ************************************************************* --> <parent> <groupId>org.codelutin</groupId> <artifactId>lutinpluginproject</artifactId> <version>3.0</version> </parent> - <!--A unique name for this project--> - <groupId>org.codelutin</groupId> <artifactId>maven-generator-plugin</artifactId> - <name>Plugin maven Generator</name> - <!--ejb, jar, war...--> - <packaging>maven-plugin</packaging> - - <!--Version--> - <version>0.51-SNAPSHOT</version> - - <!--Description--> - <inceptionYear>2006</inceptionYear> - - <!-- Properties --> - <properties> - <!-- id du projet du labs --> - <labs.id>39</labs.id> - - <!-- nom du projet sur le labs --> - <labs.project>lutingenerator</labs.project> - - <!-- Test --> - <maven.test.skip>false</maven.test.skip> - </properties> - - <!--Source control management--> - <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> - </scm> - - <!--who the developers are for the project--> - <contributors> - <contributor> - <name>Julien Ruchaud</name> - <email>ruchaud@codelutin.com</email> - <organization>Code Lutin</organization> - <timezone>+2</timezone> - <roles> - <role>Développeur</role> - </roles> - </contributor> - </contributors> - - <build> - <plugins> - <!-- plugin license-switcher --> - <plugin> - <groupId>org.codelutin</groupId> - <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.2</version> - <executions> - <execution> - <goals> - <goal>license</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <!--Librairies--> + <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> <dependency> <groupId>org.codelutin</groupId> <artifactId>lutingenerator</artifactId> - <version>0.51-SNAPSHOT</version> + <version>0.60</version> <scope>compile</scope> </dependency> @@ -109,4 +48,44 @@ </dependencies> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> + <name>Plugin maven Generator</name> + <version>0.60-SNAPSHOT</version> + <inceptionYear>2006</inceptionYear> + + + <!-- ************************************************************* --> + <!-- *** Build Settings ****************************************** --> + <!-- ************************************************************* --> + <packaging>maven-plugin</packaging> + + <properties> + <!-- id du projet du labs --> + <labs.id>39</labs.id> + + <!-- nom du projet sur le labs --> + <labs.project>lutingenerator</labs.project> + + </properties> + + <build> + <plugins> + + </plugins> + </build> + + + <!-- ************************************************************* --> + <!-- *** Build Environment ************************************** --> + <!-- ************************************************************* --> + + <!--Source control management--> + <scm> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> + </scm> + </project> Modified: maven-generator-plugin/trunk/src/site/site.xml =================================================================== --- maven-generator-plugin/trunk/src/site/site.xml 2008-10-13 15:05:17 UTC (rev 343) +++ maven-generator-plugin/trunk/src/site/site.xml 2008-10-13 15:10:24 UTC (rev 344) @@ -1,44 +1,50 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="MavenJRstPlugin"> - - <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> - </skin> +<project name="${project.name}"> - <bannerLeft> - <name>Maven-Generator-Plugin</name> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> + <skin> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2.1</version> + </skin> - <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> + <bannerLeft> + <name>${project.name}</name> + </bannerLeft> - <body> - <links> - <item name="LutinGenerator" href="http://lutingenerator.labs.libre-entreprise.org/"/> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links> + <bannerRight> + <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> + <href>${project.organization.url}</href> + </bannerRight> - <menu name="Utilisateur"> - <item href="index.html" name="Accueil"/> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/maven-gen..." name="Téléchargement"/> - </menu> + <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> - <!--<menu name="Developpeur"> - <item name="Todo" href="Todo.html"/> - </menu>--> + <body> + <links> + <item name="LutinGenerator" href="http://lutingenerator.labs.libre-entreprise.org/"/> + <item name="Labs" href="http://labs.libre-entreprise.org/"/> + <item name="Code Lutin" href="http://www.codelutin.com/"/> + </links> - ${reports} + <menu name="Utilisateur"> + <item href="index.html" name="Accueil"/> + </menu> - </body> + <menu name="Téléchargement"> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" + name="Télécharger la dernière version"/> + <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" + name="Voir toutes les versions"/> + </menu> + + <!--<menu name="Developpeur"> + <item name="Todo" href="Todo.html"/> + </menu>--> + + <menu ref="reports"/> + + </body> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org