Author: aheritier
Date: Tue Sep 13 07:29:11 2005
New Revision: 280563

URL: http://svn.apache.org/viewcvs?rev=280563&view=rev
Log:
optimize tests
Fix issue when launching tests from the reactor in maven-plugins

Modified:
    maven/maven-1/plugins/trunk/pdf/src/plugin-test/maven.xml

Modified: maven/maven-1/plugins/trunk/pdf/src/plugin-test/maven.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/src/plugin-test/maven.xml?rev=280563&r1=280562&r2=280563&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/src/plugin-test/maven.xml Tue Sep 13 
07:29:11 2005
@@ -16,12 +16,11 @@
  */
  -->
 <project xmlns:util="jelly:util" xmlns:maven="jelly:maven" 
xmlns:j="jelly:core" xmlns:assert="assert" xmlns:ant="jelly:ant">
-  <goal name="testPlugin" prereqs="test-pdf">
-  </goal>
-  <goal name="test-pdf">
-  <attainGoal name="clean"/>
-    <attainGoal name="multiproject:clean"/>
+  <goal name="testPlugin">
+    <attainGoal name="clean"/>
     <!-- Multiproject : site -->
+    <j:set var="goal" value="clean,testPlugin"/>
+    <j:set var="maven.multiproject.includes" value="test*/project.xml"/>
     <attainGoal name="multiproject:site"/>
     <attainGoal name="pdf"/>
     <assert:assertFileExists file="${maven.docs.dest}/${pom.artifactId}.pdf"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to