Author: jochen
Date: Fri Jan 18 12:20:53 2008
New Revision: 613257
URL: http://svn.apache.org/viewvc?rev=613257&view=rev
Log:
For unknown reasons, building the site with maven-site-plugin 2.0-beta-5 failed.
Modified:
commons/proper/fileupload/branches/b_1_2_1/pom.xml
Modified: commons/proper/fileupload/branches/b_1_2_1/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b_1_2_1/pom.xml?rev=613257&r1=613256&r2=613257&view=diff
==============================================================================
--- commons/proper/fileupload/branches/b_1_2_1/pom.xml (original)
+++ commons/proper/fileupload/branches/b_1_2_1/pom.xml Fri Jan 18 12:20:53 2008
@@ -185,6 +185,15 @@
</configuration>
</plugin>
</plugins>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>2.0-beta-6</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
</build>
<dependencies>