Author: aheritier Date: Tue Sep 13 14:32:03 2005 New Revision: 280667 URL: http://svn.apache.org/viewcvs?rev=280667&view=rev Log: - don't test plugin-parent - test for maven-plugin-plugin is fixed
Modified: maven/maven-1/plugins/trunk/maven.xml Modified: maven/maven-1/plugins/trunk/maven.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?rev=280667&r1=280666&r2=280667&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/maven.xml (original) +++ maven/maven-1/plugins/trunk/maven.xml Tue Sep 13 14:32:03 2005 @@ -27,7 +27,7 @@ <goal name="plugins:test-all" description="Test all plugins"> <j:set var="goal" value="plugin:test"/> <!-- The following tests are broken under any version of Maven --> - <j:set var="maven.multiproject.excludes" value="aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*,gump/*,plugin/*"/> + <j:set var="maven.multiproject.excludes" value="parent-plugin/*,aspectwerkz/*,cruisecontrol/*,dashboard/*,eclipse/*,javadoc/*,clover/*,gump/*"/> <attainGoal name="multiproject:goal"/> </goal> <goal name="plugins:site" description="Create the web site root for all plugins"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]