[webbeans-commits] Webbeans SVN: r2746 - ri/trunk/tests and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Jun 3 08:14:10 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-03 08:14:10 -0400 (Wed, 03 Jun 2009)
New Revision: 2746

Modified:
   ri/trunk/jboss-tck-runner/pom.xml
   ri/trunk/tests/pom.xml
   tck/trunk/impl/pom.xml
Log:
copy stuff in process-resources always

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-06-03 12:13:31 UTC (rev 2745)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-06-03 12:14:10 UTC (rev 2746)
@@ -49,7 +49,7 @@
             <executions>
                <execution>
                   <id>copy</id>
-                  <phase>generate-test-sources</phase>
+                  <phase>process-resources</phase>
                   <goals>
                      <goal>copy</goal>
                   </goals>

Modified: ri/trunk/tests/pom.xml
===================================================================
--- ri/trunk/tests/pom.xml	2009-06-03 12:13:31 UTC (rev 2745)
+++ ri/trunk/tests/pom.xml	2009-06-03 12:14:10 UTC (rev 2746)
@@ -145,7 +145,7 @@
                   <executions>
                      <execution>
                         <id>copy</id>
-                        <phase>generate-test-sources</phase>
+                        <phase>process-resources</phase>
                         <goals>
                            <goal>copy</goal>
                         </goals>

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-06-03 12:13:31 UTC (rev 2745)
+++ tck/trunk/impl/pom.xml	2009-06-03 12:14:10 UTC (rev 2746)
@@ -141,7 +141,7 @@
             <executions>
                <execution>
                   <id>copy-in-container-dependencies</id>
-                  <phase>compile</phase>
+                  <phase>process-resources</phase>
                   <goals>
                      <goal>copy</goal>
                   </goals>




More information about the weld-commits mailing list