Author: dennisl
Date: Sat Nov 24 00:40:18 2012
New Revision: 1413110
URL: http://svn.apache.org/viewvc?rev=1413110&view=rev
Log:
Make the site build compatible with Maven 3.
Modified:
creadur/rat/trunk/apache-rat/pom.xml
creadur/rat/trunk/pom.xml
Modified: creadur/rat/trunk/apache-rat/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/apache-rat/pom.xml?rev=1413110&r1=1413109&r2=1413110&view=diff
==============================================================================
--- creadur/rat/trunk/apache-rat/pom.xml (original)
+++ creadur/rat/trunk/apache-rat/pom.xml Sat Nov 24 00:40:18 2012
@@ -58,7 +58,7 @@
<include>NOTICE</include>
</includes>
</resource>
- </resources>
+ </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -72,7 +72,7 @@
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
- <phase>compile</phase>
+ <phase>prepare-package</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
Modified: creadur/rat/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1413110&r1=1413109&r2=1413110&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat Nov 24 00:40:18 2012
@@ -210,7 +210,7 @@ agnostic home for software distribution
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.1.2</version>
+ <version>2.6</version>
<reportSets>
<reportSet>
<reports>
@@ -260,6 +260,11 @@ agnostic home for software distribution
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.5.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
<configuration>