Author: fdesbois Date: 2009-08-24 11:01:28 +0200 (Mon, 24 Aug 2009) New Revision: 29 Modified: trunk/choreg/src/site/site.xml trunk/chorem-commons/src/site/site.xml trunk/pom.xml Log: Change pom dependency and site.xml for mavenpom and jrst Modified: trunk/choreg/src/site/site.xml =================================================================== --- trunk/choreg/src/site/site.xml 2009-08-20 16:10:38 UTC (rev 28) +++ trunk/choreg/src/site/site.xml 2009-08-24 09:01:28 UTC (rev 29) @@ -1,23 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="ChoReg-Lib"> - <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>${skin.version}</version> - </skin> + <publishDate format="dd/MM/yyyy"/> <bannerLeft> <name>${project.name}</name> </bannerLeft> - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> - <body> <menu name="Présentation"> Modified: trunk/chorem-commons/src/site/site.xml =================================================================== --- trunk/chorem-commons/src/site/site.xml 2009-08-20 16:10:38 UTC (rev 28) +++ trunk/chorem-commons/src/site/site.xml 2009-08-24 09:01:28 UTC (rev 29) @@ -2,21 +2,10 @@ <project name="Chorem-Commons"> <publishDate format="dd/MM/yyyy"/> - - <skin> - <groupId>org.nuiton</groupId> - <artifactId>maven-nuiton-skin</artifactId> - <version>${skin.version}</version> - </skin> <bannerLeft> <name>${project.name}</name> </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </bannerRight> <body> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-20 16:10:38 UTC (rev 28) +++ trunk/pom.xml 2009-08-24 09:01:28 UTC (rev 29) @@ -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> <groupId>org.chorem</groupId> @@ -90,8 +90,7 @@ <!-- Nuiton librairies --> <topia.version>2.2.0-rc-5-SNAPSHOT</topia.version> <generator.version>1.0.0-rc-3</generator.version> - <jrst.version>1.0.0-rc-4-SNAPSHOT</jrst.version> - <skin.version>1.0.0-rc-2-SNAPSHOT</skin.version> + <jrst.version>1.0.0</jrst.version> <!-- commons-lang for ToPIA --> <lang.version>2.4</lang.version> @@ -100,6 +99,24 @@ <junit.version>4.6</junit.version> </properties> + <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>${jrst.version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build> + <!-- ************************************************************* --> <!-- *** Build Environment ************************************** --> <!-- ************************************************************* -->