diff options
Diffstat (limited to 'java/sca/otest/current/ASM_5009')
-rw-r--r-- | java/sca/otest/current/ASM_5009/pom.xml | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/java/sca/otest/current/ASM_5009/pom.xml b/java/sca/otest/current/ASM_5009/pom.xml index de62f8cb07..027cb44e35 100644 --- a/java/sca/otest/current/ASM_5009/pom.xml +++ b/java/sca/otest/current/ASM_5009/pom.xml @@ -27,6 +27,14 @@ <artifactId>tuscany-otests-asm-ASM_5009</artifactId> <name>Apache Tuscany SCA Specification Tests ASM_5009</name> + <dependencies> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-otests-asm-General_Java</artifactId> + <version>2.0-SNAPSHOT</version> + </dependency> + </dependencies> + <build> <finalName>${artifactId}</finalName> <plugins> @@ -53,9 +61,13 @@ <configuration> <tasks> <property name="from.dir" value="../src/main/resources/ASM_5009"/> - <property name="to.dir" value="src/main/resources"/> <ant antfile="../build.xml"> - <target name="copyDir"/> + <property name="to.dir" value="src/main/resources"/> + <target name="copyResourceDir"/> + </ant> + <ant antfile="../build.xml"> + <property name="to.dir" value="src/main/java"/> + <target name="copySourceDir"/> </ant> </tasks> </configuration> |