Author: nrannou Date: 2009-08-26 14:07:39 +0200 (Wed, 26 Aug 2009) New Revision: 2756 Modified: trunk/pom.xml Log: correction pom : plugin jrst Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-26 10:01:22 UTC (rev 2755) +++ trunk/pom.xml 2009-08-26 12:07:39 UTC (rev 2756) @@ -280,6 +280,24 @@ </properties> <build> + + <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> + <resources> <resource> <directory>src/main/resources</directory>