Author: rgoers Date: Wed Nov 3 13:53:51 2010 New Revision: 1030468 URL: http://svn.apache.org/viewvc?rev=1030468&view=rev Log: Integrate site plugin 2.1.1 into default build.
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=1030468&r1=1030467&r2=1030468&view=diff ============================================================================== --- commons/proper/vfs/trunk/pom.xml (original) +++ commons/proper/vfs/trunk/pom.xml Wed Nov 3 13:53:51 2010 @@ -135,6 +135,11 @@ <artifactId>maven-checkstyle-plugin</artifactId> <version>2.2</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.1.1</version> + </plugin> </plugins> </pluginManagement> <plugins> @@ -241,6 +246,16 @@ <excludeFilterFile>findbugs-exclude-filter.xml</excludeFilterFile> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.1.1</version> + <configuration> + <moduleExcludes> + <xdoc>navigation.xml,changes.xml</xdoc> + </moduleExcludes> + </configuration> + </plugin> </plugins> </reporting> @@ -347,40 +362,6 @@ </dependencies> </dependencyManagement> - <profiles> - <profile> - <id>site</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.1.1</version> - </plugin> - </plugins> - </pluginManagement> - </build> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.1.1</version> - <configuration> - <moduleExcludes> - <xdoc>navigation.xml,changes.xml</xdoc> - </moduleExcludes> - </configuration> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - <repositories> <repository> <id>apache.snapshots.https</id>