Author: tchemit Date: 2010-05-21 10:53:45 +0200 (Fri, 21 May 2010) New Revision: 903 Url: http://nuiton.org/repositories/revision/mavenpom/903 Log: - Evolution #630: Use maven-nuiton-skin 1.0.4 - Evolution #631: Use maven-project-info-reports-plugin 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-14 17:02:28 UTC (rev 902) +++ trunk/pom.xml 2010-05-21 08:53:45 UTC (rev 903) @@ -290,7 +290,7 @@ <jredmine.version>1.1.3</jredmine.version> <license.version>2.2</license.version> <jrst.version>1.1.1</jrst.version> - <skin.version>1.0.3</skin.version> + <skin.version>1.0.4-SNAPSHOT</skin.version> <javadoc.version>2.7</javadoc.version> @@ -356,14 +356,14 @@ </resource> </resources> - <extensions> - <!-- Enabling the use of scpexe with maven 3.0 --> + <!-- Enabling the use of scpexe with maven 3.0 --> + <!--extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh-external</artifactId> <version>1.0-beta-6</version> </extension> - </extensions> + </extensions--> <plugins> @@ -802,7 +802,7 @@ --> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.2</version> + <version>2.2</version> <reportSets> <reportSet> <reports> @@ -1526,6 +1526,39 @@ </build> </profile> + <profile> + <id>maven-3</id> + <activation> + <file> + <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) --> + <exists>${basedir}</exists> + </file> + </activation> + <!--build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.0-beta-1-SNAPSHOT</version> + <dependencies> + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-api</artifactId> + <version>3.0</version> + </dependency> + <dependency> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.1</version> + </dependency> + </dependencies> + </plugin> + </plugins> + </pluginManagement> + </build--> + </profile> + </profiles> </project>