Author: aheritier
Date: Tue Sep 20 07:55:40 2005
New Revision: 290462
URL: http://svn.apache.org/viewcvs?rev=290462&view=rev
Log:
run tests in bootstrap from plugins directory (to avoid conflicts with
properties defined in core)
Modified:
maven/maven-1/core/trunk/maven.xml
Modified: maven/maven-1/core/trunk/maven.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=290462&r1=290461&r2=290462&view=diff
==============================================================================
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Tue Sep 20 07:55:40 2005
@@ -36,9 +36,8 @@
<maven:reactor basedir="${maven.plugins.directory}"
includes="${maven.plugins.includes}" excludes="${maven.plugins.excludes}"
goals="clean,plugin" banner="Building" ignoreFailures="false"/>
</goal>
<goal name="maven:plugins-test" description="Test each Maven plugin">
- <!-- Exclude broken plugin tests (some only broken inside the reactor -->
- <j:set var="excludes"
value="${maven.plugins.excludes},dashboard/**,dist/**,ear/**,hibernate/**,pdf/**"/>
- <maven:reactor basedir="${maven.plugins.directory}"
includes="${maven.plugins.includes}" excludes="${excludes}" goals="plugin:test"
banner="Testing" ignoreFailures="false"/>
+ <!-- launch tests from the plugins directory to avoid conflicts with
properties defined for the core -->
+ <maven:maven descriptor="${maven.plugins.directory}/plugin.xml"
goals="plugins:test-all" ignoreFailures="false"/>
</goal>
<goal name="maven:plugins-install" description="Install each Maven plugin">
<maven:reactor basedir="${maven.plugins.directory}"
includes="${maven.plugins.includes}" excludes="${maven.plugins.excludes}"
goals="clean,plugin:install" banner="Installing" ignoreFailures="false"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]