diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-22 14:33:02 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2009-07-22 14:33:02 +0000 |
commit | 7039ab33ed43bc66b6345c2d4e2eb76b4c293dcd (patch) | |
tree | 72123a90a99193e61b041401b12f58ce8f686660 /java/sca/otest/current/ASM_6028 | |
parent | 30b128cc1501c1d94f68d562ade91f3bda102ddc (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 '')
-rw-r--r-- | java/sca/otest/current/ASM_6028/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/otest/current/ASM_6028/pom.xml b/java/sca/otest/current/ASM_6028/pom.xml index de76437b1f..2711bf576c 100644 --- a/java/sca/otest/current/ASM_6028/pom.xml +++ b/java/sca/otest/current/ASM_6028/pom.xml @@ -24,7 +24,7 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>ASM_6028</artifactId> + <artifactId>tuscany-otests-asm-ASM_6028</artifactId> <name>Apache Tuscany SCA Specification Tests ASM_6028</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_6028"/> <property name="to.dir" value="src/main/resources"/> <ant antfile="../build.xml"> <target name="copyDir"/> |