Author: tchemit Date: 2009-08-23 16:48:32 +0200 (Sun, 23 Aug 2009) New Revision: 1616 Modified: trunk/pom.xml trunk/src/site/site.xml Log: bump mavenpom + use jrst in site + clean site.xml file Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-16 08:29:45 UTC (rev 1615) +++ trunk/pom.xml 2009-08-23 14:48:32 UTC (rev 1616) @@ -9,7 +9,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.0-rc-5-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>nuiton-utils-extra</artifactId> @@ -61,7 +61,7 @@ <description>Librairie de classe Java utile à tout projet.</description> <inceptionYear>2006</inceptionYear> - <url>http://maven-site.nuiton.org/${project.artifactId}</url> + <url>http://maven-site.nuiton.org/nuiton-utils-extra</url> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> @@ -78,6 +78,22 @@ <build> <defaultGoal>install</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <dependencies> + <dependency> + <groupId>org.nuiton.jrst</groupId> + <artifactId>doxia-module-jrst</artifactId> + <version>1.0.0</version> + </dependency> + </dependencies> + </plugin> + + </plugins> + </pluginManagement> + </build> <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-16 08:29:45 UTC (rev 1615) +++ trunk/src/site/site.xml 2009-08-23 14:48:32 UTC (rev 1616) @@ -1,22 +1,11 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="${project.name}"> - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0</version> - </skin> - <bannerLeft> <name>${project.name}</name> <href>index.html</href> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>${project.organization.url}</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"/>
participants (1)
-
tchemit@users.labs.libre-entreprise.org