summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current/ASM_5004/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/sca/otest/current/ASM_5004/pom.xml')
-rw-r--r--java/sca/otest/current/ASM_5004/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_5004/pom.xml b/java/sca/otest/current/ASM_5004/pom.xml
index 2a4d86e89a..f0ad7aed52 100644
--- a/java/sca/otest/current/ASM_5004/pom.xml
+++ b/java/sca/otest/current/ASM_5004/pom.xml
@@ -24,7 +24,7 @@
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>ASM_5004</artifactId>
+ <artifactId>tuscany-otests-asm-ASM_5004</artifactId>
<name>Apache Tuscany SCA Specification Tests ASM_5004</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_5004"/>
<property name="to.dir" value="src/main/resources"/>
<ant antfile="../build.xml">
<target name="copyDir"/>