Author: ruwan Date: Wed Nov 18 11:42:35 2009 New Revision: 881731 URL: http://svn.apache.org/viewvc?rev=881731&view=rev Log: Fixing the site generation
Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml webservices/commons/trunk/modules/transport/pom.xml Modified: webservices/commons/trunk/modules/transport/modules/parent/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/parent/pom.xml?rev=881731&r1=881730&r2=881731&view=diff ============================================================================== --- webservices/commons/trunk/modules/transport/modules/parent/pom.xml (original) +++ webservices/commons/trunk/modules/transport/modules/parent/pom.xml Wed Nov 18 11:42:35 2009 @@ -372,6 +372,12 @@ <plugins> <plugin> <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1.1</version> + <configuration> + <!-- These features are disabled since they cause "mvn site" to hang --> + <dependencyLocationsEnabled>false</dependencyLocationsEnabled> + <dependencyDetailsEnabled>false</dependencyDetailsEnabled> + </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> Modified: webservices/commons/trunk/modules/transport/pom.xml URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/pom.xml?rev=881731&r1=881730&r2=881731&view=diff ============================================================================== --- webservices/commons/trunk/modules/transport/pom.xml (original) +++ webservices/commons/trunk/modules/transport/pom.xml Wed Nov 18 11:42:35 2009 @@ -283,17 +283,4 @@ </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1.1</version> - <configuration> - <!-- These features are disabled since they cause "mvn site" to hang --> - <dependencyLocationsEnabled>false</dependencyLocationsEnabled> - <dependencyDetailsEnabled>false</dependencyDetailsEnabled> - </configuration> - </plugin> - </plugins> - </reporting> </project>