You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2011/03/06 22:32:05 UTC

svn commit: r1078579 - /directory/shared/trunk/integ/pom.xml

Author: felixk
Date: Sun Mar  6 21:32:05 2011
New Revision: 1078579

URL: http://svn.apache.org/viewvc?rev=1078579&view=rev
Log:
Let's see if this works, otherwise revert it to <phase>compile</phase>

Modified:
    directory/shared/trunk/integ/pom.xml

Modified: directory/shared/trunk/integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/integ/pom.xml?rev=1078579&r1=1078578&r2=1078579&view=diff
==============================================================================
--- directory/shared/trunk/integ/pom.xml (original)
+++ directory/shared/trunk/integ/pom.xml Sun Mar  6 21:32:05 2011
@@ -141,7 +141,7 @@
         <executions>
           <execution>
             <id>copy</id>
-            <phase>compile</phase>
+            <phase>process-test-resources</phase>
             <goals>
               <goal>copy</goal>
             </goals>