Author: aheritier Date: Sun Aug 17 15:01:21 2008 New Revision: 686649 URL: http://svn.apache.org/viewvc?rev=686649&view=rev Log: Deactivate maven-project-info-reports-plugin while we find a solution to not have a cycle with invoker - JVZ : We should probably look at scope while building up the directed graph and not worry about cycles in test dependencies.
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=686649&r1=686648&r2=686649&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Sun Aug 17 15:01:21 2008 @@ -137,7 +137,7 @@ <module>maven-one-plugin</module> <module>maven-patch-plugin</module> <module>maven-pmd-plugin</module> - <module>maven-project-info-reports-plugin</module> + <!--<module>maven-project-info-reports-plugin</module>--> <module>maven-rar-plugin</module> <module>maven-remote-resources-plugin</module> <module>maven-repository-plugin</module>