Author: tchemit Date: 2009-05-10 16:26:52 +0000 (Sun, 10 May 2009) New Revision: 189 Added: lutinprocessor/trunk/src/site/rst/ lutinprocessor/trunk/src/site/rst/Todo.rst lutinprocessor/trunk/src/site/rst/index.rst Modified: lutinprocessor/trunk/changelog.txt lutinprocessor/trunk/pom.xml Log: bump lutinproject to 3.5.4, maven-license-switcher-plugin to 0.8 use pluginManagment for plugins configuration use doxia-modules-jrst instead of maven-jrst-plugin and fix jrst issues Modified: lutinprocessor/trunk/changelog.txt =================================================================== --- lutinprocessor/trunk/changelog.txt 2009-05-10 16:26:36 UTC (rev 188) +++ lutinprocessor/trunk/changelog.txt 2009-05-10 16:26:52 UTC (rev 189) @@ -1,3 +1,11 @@ +ver-1.0.0 ? + * migrate to nuiton + +ver-0-18 chemit (20090218) + * bump lutinproject to 3.5.4, maven-license-switcher-plugin to 0.8 + * use pluginManagment for plugins configuration + * use doxia-modules-jrst instead of maven-jrst-plugin + ver-0-17 chemit (20090218) * Parent is org.codelutin:lutinproject:3.4 * use same version as maven-processor-plugin Modified: lutinprocessor/trunk/pom.xml =================================================================== --- lutinprocessor/trunk/pom.xml 2009-05-10 16:26:36 UTC (rev 188) +++ lutinprocessor/trunk/pom.xml 2009-05-10 16:26:52 UTC (rev 189) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4</version> + <version>3.5.4</version> </parent> <artifactId>lutinprocessor</artifactId> @@ -49,13 +49,16 @@ <!-- 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> + </properties> <build> <plugins> <!-- jrst --> - <plugin> + <!--plugin> <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> <version>0.8.4</version> @@ -74,9 +77,9 @@ </goals> </execution> </executions> - </plugin> + </plugin--> - <plugin> + <!--plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptors> @@ -91,8 +94,47 @@ </goals> </execution> </executions> - </plugin> + </plugin--> </plugins> + + <pluginManagement> + <plugins> + + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <version>2.1</version> + <configuration> + <descriptors> + <descriptor>src/main/assembly/deps.xml</descriptor> + <descriptor>src/main/assembly/full.xml</descriptor> + </descriptors> + </configuration> + <executions> + <execution> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> + + <plugin> + <artifactId>maven-site-plugin</artifactId> + <configuration> + <locales>${maven.site.locales}</locales> + <siteDirectory>src/site</siteDirectory> + </configuration> + <dependencies> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> <!-- ************************************************************* --> @@ -101,9 +143,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinprocessor/lutinprocessor/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinprocessor/lutinprocessor/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinprocessor/trunk/?root=lutinprocessor</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository--> @@ -135,11 +177,12 @@ </activation> <build> <plugins> + <!-- always add license and third-party files to classpath --> <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.6</version> + <version>0.8</version> <configuration> <licenseName>${license-switcher.licenseName}</licenseName> </configuration> @@ -153,6 +196,11 @@ </execution> </executions> </plugin> + + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + </plugin> + </plugins> </build> </profile> Copied: lutinprocessor/trunk/src/site/rst/Todo.rst (from rev 187, lutinprocessor/trunk/src/site/fr/rst/Todo.rst) =================================================================== --- lutinprocessor/trunk/src/site/rst/Todo.rst (rev 0) +++ lutinprocessor/trunk/src/site/rst/Todo.rst 2009-05-10 16:26:52 UTC (rev 189) @@ -0,0 +1,10 @@ +==== +Todo +==== + +Voici la liste des tâches qui reste à faire. Si quelqu'un souhaite aider, ou +a une idée à proposer il ne faut pas hésiter. + +- La documentation utilisateur +- La documentation développeur + Property changes on: lutinprocessor/trunk/src/site/rst/Todo.rst ___________________________________________________________________ Name: svn:keywords + Author Date Id Revision Name: svn:mergeinfo + Name: svn:eol-style + native Copied: lutinprocessor/trunk/src/site/rst/index.rst (from rev 187, lutinprocessor/trunk/src/site/fr/rst/index.rst) =================================================================== (Binary files differ) Property changes on: lutinprocessor/trunk/src/site/rst/index.rst ___________________________________________________________________ Name: svn:executable + * Name: svn:mime-type + application/octet-stream Name: svn:mergeinfo +