[Lutinbuilder-commits] r188 - lutinpluginproject/trunk lutinproject/trunk
Author: tchemit Date: 2008-09-25 08:36:31 +0000 (Thu, 25 Sep 2008) New Revision: 188 Modified: lutinpluginproject/trunk/pom.xml lutinproject/trunk/ lutinproject/trunk/pom.xml Log: mise en commentaire du plugin de stat svn le temps de faire un patch renommage labs.project.url en project.home.url repositionnement du goal third-party :) Modified: lutinpluginproject/trunk/pom.xml =================================================================== --- lutinpluginproject/trunk/pom.xml 2008-09-24 16:51:50 UTC (rev 187) +++ lutinpluginproject/trunk/pom.xml 2008-09-25 08:36:31 UTC (rev 188) @@ -83,7 +83,7 @@ <description>Projet Maven de reference pour les plugins des autres projets Maven.</description> <!-- BE WARE, will be suffixed by /${pom.artifactId} by inheritance --> - <url>${labs.project.url}</url> + <url>${project.home.url}</url> <inceptionYear>2008</inceptionYear> @@ -193,7 +193,7 @@ <labs.project>${pom.artifactId}</labs.project> <!-- labs project's url --> - <labs.project.url>http://${labs.project}.${labs.host}</labs.project.url> + <project.home.url>http://${labs.project}.${labs.host}</project.home.url> <!-- override this property to define scm url property --> <maven.scm.url>http://${labs.host}/plugins/scmsvn/viewcvs.php/${pom.artifactId}/trunk/?root=${labs.project} @@ -384,6 +384,30 @@ <!-- PHASE PRE-SITE --> <!-- - - - - - - - --> + <!-- plugin jrst --> + <plugin> + <groupId>org.codelutin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + <version>0.8.2</version> + <configuration> + <directoryIn>${maven.src.dir}/site</directoryIn> + <directoryOut>${maven.site.gen.dir}</directoryOut> + <verbose>${maven.verbose}</verbose> + <defaultLocale>fr</defaultLocale> + <inputEncoding>${maven.compile.encoding}</inputEncoding> + <outputEncoding>${maven.compile.encoding}</outputEncoding> + </configuration> + <executions> + <execution> + <id>jrst-pre-site</id> + <phase>pre-site</phase> + <goals> + <goal>jrst</goal> + </goals> + </execution> + </executions> + </plugin> + <!-- - - - - - --> <!-- PHASE SITE --> <!-- - - - - - --> @@ -393,8 +417,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-7</version> - <!--version>2.0-beta-5-cl</version--> - <!-- user cl version that permit /site in another directory that /src --> <configuration> <siteDirectory>${maven.site.gen.dir}</siteDirectory> <xdocDirectory>${maven.site.gen.dir}/xdoc/fr/rst</xdocDirectory> @@ -550,11 +572,12 @@ </plugin> <!-- Not official report plugins --> - <plugin> + <!-- and not working with viewCVS --> + <!--plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.2.0</version> - </plugin> + </plugin--> <!--Site report's plugin--> <plugin> Property changes on: lutinproject/trunk ___________________________________________________________________ Name: svn:ignore - .classpath .project + .classpath .project THIRD-PARTY.txt Modified: lutinproject/trunk/pom.xml =================================================================== --- lutinproject/trunk/pom.xml 2008-09-24 16:51:50 UTC (rev 187) +++ lutinproject/trunk/pom.xml 2008-09-25 08:36:31 UTC (rev 188) @@ -62,7 +62,7 @@ <description>Projet Maven de référence pour l'ensemble des autres projets Maven.</description> <!-- BE WARE, will be suffixed by /${pom.artifactId} by inheritance --> - <url>${labs.project.url}</url> + <url>${project.home.url}</url> <inceptionYear>1999</inceptionYear> @@ -172,7 +172,7 @@ <labs.project>${pom.artifactId}</labs.project> <!-- labs project's url --> - <labs.project.url>http://${labs.project}.${labs.host}</labs.project.url> + <project.home.url>http://${labs.project}.${labs.host}</project.home.url> <!-- override this property to define scm url property --> <maven.scm.url>http://${labs.host}/plugins/scmsvn/viewcvs.php/${pom.artifactId}/trunk/?root=${labs.project} @@ -339,6 +339,7 @@ <execution> <goals> <goal>license</goal> + <goal>third-party</goal> </goals> </execution> </executions> @@ -489,8 +490,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <version>2.0-beta-7</version> - <!--version>2.0-beta-5-cl</version--> - <!-- user cl version that permit /site in another directory that /src --> <configuration> <siteDirectory>${maven.site.gen.dir}</siteDirectory> <xdocDirectory>${maven.site.gen.dir}/xdoc/fr/rst</xdocDirectory> @@ -651,11 +650,12 @@ </plugin> <!-- Not official report plugins --> - <plugin> + <!-- and not working with viewCVS --> + <!--plugin> <groupId>net.sf</groupId> <artifactId>stat-scm</artifactId> <version>1.2.0</version> - </plugin> + </plugin--> </plugins> </reporting>
participants (1)
-
tchemit@users.labs.libre-entreprise.org