Author: olamy
Date: Fri Sep 16 08:02:03 2011
New Revision: 1171434
URL: http://svn.apache.org/viewvc?rev=1171434&view=rev
Log:
use site plugin 3.0 which works both with mvn2.x and 3.x
Modified:
archiva/site/pom.xml
Modified: archiva/site/pom.xml
URL:
http://svn.apache.org/viewvc/archiva/site/pom.xml?rev=1171434&r1=1171433&r2=1171434&view=diff
==============================================================================
--- archiva/site/pom.xml (original)
+++ archiva/site/pom.xml Fri Sep 16 08:02:03 2011
@@ -43,7 +43,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.3</version>
+ <version>3.0</version>
</plugin>
</plugins>
</pluginManagement>
@@ -113,28 +113,7 @@
<!-- Dropped 1.2.x support in December 2010. 1.3 - 1.3.4 unsupported due
to sec. vulnerability -->
<unsupportedVersions>1.3.4,1.3.3,1.3.2,1.3.1,1.3,1.2.2,1.2.1,1.2,1.1.3,1.1.2,1.1.1,1.1,1.0.2,1.0.1,1.0</unsupportedVersions>
</properties>
- <profiles>
- <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-3</version>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
+
<organization>
<name>The Apache Software Foundation</name>
<url>http://archiva.apache.org/</url>