Author: tchemit Date: 2009-08-23 19:16:29 +0200 (Sun, 23 Aug 2009) New Revision: 1625 Modified: trunk/pom.xml Log: use jrst via doxia module Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-23 17:14:59 UTC (rev 1624) +++ trunk/pom.xml 2009-08-23 17:16:29 UTC (rev 1625) @@ -241,6 +241,18 @@ <artifactId>maven-i18n-plugin</artifactId> <version>${i18n.version}</version> </plugin> + + <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>
participants (1)
-
tchemit@users.nuiton.org