Author: henning
Date: Tue Nov 2 21:50:08 2010
New Revision: 1030248
URL: http://svn.apache.org/viewvc?rev=1030248&view=rev
Log:
remove the staging configuration, use the released 2.1.1 version of the site
plugin
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1030248&r1=1030247&r2=1030248&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Tue Nov 2 21:50:08 2010
@@ -353,27 +353,13 @@
<activation>
<activeByDefault>false</activeByDefault>
</activation>
- <dependencies>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- <version>1.5.6</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.6</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.1.1</version>
</plugin>
</plugins>
</pluginManagement>
@@ -383,13 +369,8 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>2.2-SNAPSHOT</version>
+ <version>2.1.1</version>
<configuration>
- <stagingDirectory>${user.home}/vfssite/tmp</stagingDirectory>
-
<stagingSiteURL>file://${user.home}/vfssite/staging</stagingSiteURL>
- <!-- Exclude the navigation file for Maven 1 sites
- and the changes file used by the changes-plugin,
- as they interfere with the site generation. -->
<moduleExcludes>
<xdoc>navigation.xml,changes.xml</xdoc>
</moduleExcludes>