summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/ASM_6012/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-22 14:33:02 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-22 14:33:02 +0000
commit7039ab33ed43bc66b6345c2d4e2eb76b4c293dcd (patch)
tree72123a90a99193e61b041401b12f58ce8f686660 /java/sca/otest/current/ASM_6012/pom.xml
parent30b128cc1501c1d94f68d562ade91f3bda102ddc (diff)
Fix artifact id and put resource copying in the right phase
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@796743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/current/ASM_6012/pom.xml')
-rw-r--r--java/sca/otest/current/ASM_6012/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_6012/pom.xml b/java/sca/otest/current/ASM_6012/pom.xml
index 599db4a969..6b59bc4e65 100644
--- a/java/sca/otest/current/ASM_6012/pom.xml
+++ b/java/sca/otest/current/ASM_6012/pom.xml
@@ -24,7 +24,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>ASM_6012</artifactId>
+ <artifactId>tuscany-otests-asm-ASM_6012</artifactId>
<name>Apache Tuscany SCA Specification Tests ASM_6012</name>
<build>
@@ -46,13 +46,13 @@
<executions>
<execution>
<id>copy-files-from-svn</id>
- <phase>verify</phase>
+ <phase>generate-resources</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<tasks>
- <property name="from.dir" value="../src/main/resources/${artifactId}"/>
+ <property name="from.dir" value="../src/main/resources/ASM_6012"/>
<property name="to.dir" value="src/main/resources"/>
<ant antfile="../build.xml">
<target name="copyDir"/>