Author: brett
Date: Sat Jun 18 09:01:48 2005
New Revision: 191294

URL: http://svn.apache.org/viewcvs?rev=191294&view=rev
Log:
fix incorrect test (execution cannot affect something already bound by 
packaging)

Modified:
    maven/components/trunk/maven-core-it/it0024/goals.txt
    maven/components/trunk/maven-core-it/it0024/pom.xml

Modified: maven/components/trunk/maven-core-it/it0024/goals.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0024/goals.txt?rev=191294&r1=191293&r2=191294&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0024/goals.txt (original)
+++ maven/components/trunk/maven-core-it/it0024/goals.txt Sat Jun 18 09:01:48 
2005
@@ -1 +1 @@
-test
+generate-sources

Modified: maven/components/trunk/maven-core-it/it0024/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0024/pom.xml?rev=191294&r1=191293&r2=191294&view=diff
==============================================================================
--- maven/components/trunk/maven-core-it/it0024/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it0024/pom.xml Sat Jun 18 09:01:48 2005
@@ -22,6 +22,7 @@
         <executions>
           <execution>
             <id>test</id>
+            <phase>generate-sources</phase>
 
             <configuration>
               <source>1.4</source>



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

Reply via email to