[Carbon-commits] [Carbon-Core] svn commit r91673 - trunk/carbon/core/org.wso2.carbon.user.core
shankar at wso2.com
shankar at wso2.com
Mon Apr 4 20:27:40 PDT 2011
Author: shankar
Date: Mon Apr 4 20:27:40 2011
New Revision: 91673
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=91673
Log:
changing test resource copying to process-test-resources phase
Modified:
trunk/carbon/core/org.wso2.carbon.user.core/pom.xml
Modified: trunk/carbon/core/org.wso2.carbon.user.core/pom.xml
URL: http://wso2.org/svn/browse/wso2/trunk/carbon/core/org.wso2.carbon.user.core/pom.xml?rev=91673&r1=91672&r2=91673&view=diff
==============================================================================
--- trunk/carbon/core/org.wso2.carbon.user.core/pom.xml (original)
+++ trunk/carbon/core/org.wso2.carbon.user.core/pom.xml Mon Apr 4 20:27:40 2011
@@ -86,7 +86,7 @@
<execution>
<id>copy-resources</id>
<!-- here the phase you need -->
- <phase>validate</phase>
+ <phase>process-test-resources</phase>
<goals>
<goal>copy-resources</goal>
</goals>
More information about the Carbon-commits
mailing list