diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/otest/current/ASM_6025/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_6025/pom.xml b/java/sca/otest/current/ASM_6025/pom.xml index 8aaa15bb7e..fce50a8c7d 100644 --- a/java/sca/otest/current/ASM_6025/pom.xml +++ b/java/sca/otest/current/ASM_6025/pom.xml @@ -24,7 +24,7 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>ASM_6025</artifactId> + <artifactId>tuscany-otests-asm-ASM_6025</artifactId> <name>Apache Tuscany SCA Specification Tests ASM_6025</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_6025"/> <property name="to.dir" value="src/main/resources"/> <ant antfile="../build.xml"> <target name="copyDir"/> |