diff options
Diffstat (limited to 'java/sca/otest')
61 files changed, 2347 insertions, 522 deletions
diff --git a/java/sca/otest/current/ASM_10001/pom.xml b/java/sca/otest/current/ASM_10001/pom.xml index 1979181d21..80e5e78922 100644 --- a/java/sca/otest/current/ASM_10001/pom.xml +++ b/java/sca/otest/current/ASM_10001/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_10001</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_10001</name> + <artifactId>ASM_10001</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_10001</name> <build> - <sourceDirectory>../src/main/resources/ASM_10001</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_10001</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_10001</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_10003/pom.xml b/java/sca/otest/current/ASM_10003/pom.xml index c0031f4cfd..af720dfbe3 100644 --- a/java/sca/otest/current/ASM_10003/pom.xml +++ b/java/sca/otest/current/ASM_10003/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_10003</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_10003</name> + <artifactId>ASM_10003</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_10003</name> <build> - <sourceDirectory>../src/main/resources/ASM_10003</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_10003</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_10003</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12001/pom.xml b/java/sca/otest/current/ASM_12001/pom.xml index 7ce7ba6803..41fd2ee6ba 100644 --- a/java/sca/otest/current/ASM_12001/pom.xml +++ b/java/sca/otest/current/ASM_12001/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12001</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12001</name> + <artifactId>ASM_12001</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12001</name> <build> - <sourceDirectory>../src/main/resources/ASM_12001</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12001</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12001</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12002/pom.xml b/java/sca/otest/current/ASM_12002/pom.xml index dcc471d65f..7fd3199644 100644 --- a/java/sca/otest/current/ASM_12002/pom.xml +++ b/java/sca/otest/current/ASM_12002/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12002</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12002</name> + <artifactId>ASM_12002</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12002</name> <build> - <sourceDirectory>../src/main/resources/ASM_12002</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12002</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12002</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12003/pom.xml b/java/sca/otest/current/ASM_12003/pom.xml index 4b3c095641..fc6dbcf6e7 100644 --- a/java/sca/otest/current/ASM_12003/pom.xml +++ b/java/sca/otest/current/ASM_12003/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12003</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12003</name> + <artifactId>ASM_12003</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12003</name> <build> - <sourceDirectory>../src/main/resources/ASM_12003</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12003</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12003</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12005/pom.xml b/java/sca/otest/current/ASM_12005/pom.xml index 38cb3f9c16..3be4ba3168 100644 --- a/java/sca/otest/current/ASM_12005/pom.xml +++ b/java/sca/otest/current/ASM_12005/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12005</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12005</name> + <artifactId>ASM_12005</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12005</name> <build> - <sourceDirectory>../src/main/resources/ASM_12005</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12005</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12005</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12007/pom.xml b/java/sca/otest/current/ASM_12007/pom.xml index c2f84f9d2e..43ce63278d 100644 --- a/java/sca/otest/current/ASM_12007/pom.xml +++ b/java/sca/otest/current/ASM_12007/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12007</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12007</name> + <artifactId>ASM_12007</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12007</name> <build> - <sourceDirectory>../src/main/resources/ASM_12007</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12007</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12007</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12008/pom.xml b/java/sca/otest/current/ASM_12008/pom.xml index 4256f203db..af6880be1a 100644 --- a/java/sca/otest/current/ASM_12008/pom.xml +++ b/java/sca/otest/current/ASM_12008/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12008</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12008</name> + <artifactId>ASM_12008</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12008</name> <build> - <sourceDirectory>../src/main/resources/ASM_12008</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12008</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12008</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12009/pom.xml b/java/sca/otest/current/ASM_12009/pom.xml index 7b96a5ec9a..b3f67f4019 100644 --- a/java/sca/otest/current/ASM_12009/pom.xml +++ b/java/sca/otest/current/ASM_12009/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12009</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12009</name> + <artifactId>ASM_12009</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12009</name> <build> - <sourceDirectory>../src/main/resources/ASM_12009</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12009</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12009</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12010/pom.xml b/java/sca/otest/current/ASM_12010/pom.xml index 9e2d9585d0..e2d25734e6 100644 --- a/java/sca/otest/current/ASM_12010/pom.xml +++ b/java/sca/otest/current/ASM_12010/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12010</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12010</name> + <artifactId>ASM_12010</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12010</name> <build> - <sourceDirectory>../src/main/resources/ASM_12010</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12010</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12010</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12012/pom.xml b/java/sca/otest/current/ASM_12012/pom.xml index 923f3bbf2b..7dee02ef5a 100644 --- a/java/sca/otest/current/ASM_12012/pom.xml +++ b/java/sca/otest/current/ASM_12012/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12012</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12012</name> + <artifactId>ASM_12012</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12012</name> <build> - <sourceDirectory>../src/main/resources/ASM_12012</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12012</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12012</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_12013/pom.xml b/java/sca/otest/current/ASM_12013/pom.xml index 3d98354656..f550f8135c 100644 --- a/java/sca/otest/current/ASM_12013/pom.xml +++ b/java/sca/otest/current/ASM_12013/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_12013</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_12013</name> + <artifactId>ASM_12013</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_12013</name> <build> - <sourceDirectory>../src/main/resources/ASM_12013</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_12013</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_12013</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13001/pom.xml b/java/sca/otest/current/ASM_13001/pom.xml index 0f58d92832..eadc2d965b 100644 --- a/java/sca/otest/current/ASM_13001/pom.xml +++ b/java/sca/otest/current/ASM_13001/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13001</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13001</name> + <artifactId>ASM_13001</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13001</name> <build> - <sourceDirectory>../src/main/resources/ASM_13001</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13001</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13001</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13002/pom.xml b/java/sca/otest/current/ASM_13002/pom.xml index 179b880572..7f6870bfef 100644 --- a/java/sca/otest/current/ASM_13002/pom.xml +++ b/java/sca/otest/current/ASM_13002/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13002</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13002</name> + <artifactId>ASM_13002</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13002</name> <build> - <sourceDirectory>../src/main/resources/ASM_13002</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13002</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13002</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13003/pom.xml b/java/sca/otest/current/ASM_13003/pom.xml index a0443d0f1a..f4180d2024 100644 --- a/java/sca/otest/current/ASM_13003/pom.xml +++ b/java/sca/otest/current/ASM_13003/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13003</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13003</name> + <artifactId>ASM_13003</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13003</name> <build> - <sourceDirectory>../src/main/resources/ASM_13003</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13003</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13003</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13004/pom.xml b/java/sca/otest/current/ASM_13004/pom.xml index 76ad707b7c..d8a11055a5 100644 --- a/java/sca/otest/current/ASM_13004/pom.xml +++ b/java/sca/otest/current/ASM_13004/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13004</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13004</name> + <artifactId>ASM_13004</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13004</name> <build> - <sourceDirectory>../src/main/resources/ASM_13004</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13004</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13004</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13005/pom.xml b/java/sca/otest/current/ASM_13005/pom.xml index aa66470869..27629b3e91 100644 --- a/java/sca/otest/current/ASM_13005/pom.xml +++ b/java/sca/otest/current/ASM_13005/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13005</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13005</name> + <artifactId>ASM_13005</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13005</name> <build> - <sourceDirectory>../src/main/resources/ASM_13005</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13005</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13005</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13006/pom.xml b/java/sca/otest/current/ASM_13006/pom.xml index a5dfc3e69d..e6981ce141 100644 --- a/java/sca/otest/current/ASM_13006/pom.xml +++ b/java/sca/otest/current/ASM_13006/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13006</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13006</name> + <artifactId>ASM_13006</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13006</name> <build> - <sourceDirectory>../src/main/resources/ASM_13006</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13006</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13006</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13007/pom.xml b/java/sca/otest/current/ASM_13007/pom.xml index 4383884e1f..3ce56e7520 100644 --- a/java/sca/otest/current/ASM_13007/pom.xml +++ b/java/sca/otest/current/ASM_13007/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13007</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13007</name> + <artifactId>ASM_13007</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13007</name> <build> - <sourceDirectory>../src/main/resources/ASM_13007</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13007</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13007</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_13008/pom.xml b/java/sca/otest/current/ASM_13008/pom.xml index 0956172d00..b95f62b435 100644 --- a/java/sca/otest/current/ASM_13008/pom.xml +++ b/java/sca/otest/current/ASM_13008/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_13008</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_13008</name> + <artifactId>ASM_13008</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_13008</name> <build> - <sourceDirectory>../src/main/resources/ASM_13008</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_13008</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_13008</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_4002/pom.xml b/java/sca/otest/current/ASM_4002/pom.xml index d8dbbce575..38f0649c5e 100644 --- a/java/sca/otest/current/ASM_4002/pom.xml +++ b/java/sca/otest/current/ASM_4002/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_4002</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_4002</name> + <artifactId>ASM_4002</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_4002</name> <build> - <sourceDirectory>../src/main/resources/ASM_4002</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_4002</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_4002</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_4003/pom.xml b/java/sca/otest/current/ASM_4003/pom.xml index f6af15da93..3744da01a0 100644 --- a/java/sca/otest/current/ASM_4003/pom.xml +++ b/java/sca/otest/current/ASM_4003/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_4003</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_4003</name> + <artifactId>ASM_4003</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_4003</name> <build> - <sourceDirectory>../src/main/resources/ASM_4003</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_4003</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_4003</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_4004/pom.xml b/java/sca/otest/current/ASM_4004/pom.xml index e98cd1293b..0f7f6311dd 100644 --- a/java/sca/otest/current/ASM_4004/pom.xml +++ b/java/sca/otest/current/ASM_4004/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_4004</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_4004</name> + <artifactId>ASM_4004</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_4004</name> <build> - <sourceDirectory>../src/main/resources/ASM_4004</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_4004</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_4004</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_4005/pom.xml b/java/sca/otest/current/ASM_4005/pom.xml new file mode 100644 index 0000000000..6297298050 --- /dev/null +++ b/java/sca/otest/current/ASM_4005/pom.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +--> +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-otests</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <artifactId>ASM_4005</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_4005</name> + + <build> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> diff --git a/java/sca/otest/current/ASM_4007/pom.xml b/java/sca/otest/current/ASM_4007/pom.xml index d37edeb75f..e011f86583 100644 --- a/java/sca/otest/current/ASM_4007/pom.xml +++ b/java/sca/otest/current/ASM_4007/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_4007</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_4007</name> + <artifactId>ASM_4007</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_4007</name> <build> - <sourceDirectory>../src/main/resources/ASM_4007</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_4007</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_4007</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5004/pom.xml b/java/sca/otest/current/ASM_5004/pom.xml new file mode 100644 index 0000000000..2a4d86e89a --- /dev/null +++ b/java/sca/otest/current/ASM_5004/pom.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +--> +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-otests</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <artifactId>ASM_5004</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5004</name> + + <build> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> diff --git a/java/sca/otest/current/ASM_5005/pom.xml b/java/sca/otest/current/ASM_5005/pom.xml index 2a784cc93e..6dc7755dde 100644 --- a/java/sca/otest/current/ASM_5005/pom.xml +++ b/java/sca/otest/current/ASM_5005/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5005</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5005</name> + <artifactId>ASM_5005</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5005</name> <build> - <sourceDirectory>../src/main/resources/ASM_5005</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5005</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5005</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5007/pom.xml b/java/sca/otest/current/ASM_5007/pom.xml index c8a3e5f7ea..a809f7d487 100644 --- a/java/sca/otest/current/ASM_5007/pom.xml +++ b/java/sca/otest/current/ASM_5007/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5007</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5007</name> + <artifactId>ASM_5007</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5007</name> <build> - <sourceDirectory>../src/main/resources/ASM_5007</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5007</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5007</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5009/pom.xml b/java/sca/otest/current/ASM_5009/pom.xml index 269f8022df..de30fccb33 100644 --- a/java/sca/otest/current/ASM_5009/pom.xml +++ b/java/sca/otest/current/ASM_5009/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5009</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5009</name> + <artifactId>ASM_5009</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5009</name> <build> - <sourceDirectory>../src/main/resources/ASM_5009</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5009</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5009</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5023/pom.xml b/java/sca/otest/current/ASM_5023/pom.xml index 0e4b7fec2e..6c154d8778 100644 --- a/java/sca/otest/current/ASM_5023/pom.xml +++ b/java/sca/otest/current/ASM_5023/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5023</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5023</name> + <artifactId>ASM_5023</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5023</name> <build> - <sourceDirectory>../src/main/resources/ASM_5023</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5023</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5023</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5024/pom.xml b/java/sca/otest/current/ASM_5024/pom.xml index a756e6160e..3c2343b999 100644 --- a/java/sca/otest/current/ASM_5024/pom.xml +++ b/java/sca/otest/current/ASM_5024/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5024</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5024</name> + <artifactId>ASM_5024</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5024</name> <build> - <sourceDirectory>../src/main/resources/ASM_5024</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5024</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5024</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5027/pom.xml b/java/sca/otest/current/ASM_5027/pom.xml index 5e64f0011f..ac9d6cb395 100644 --- a/java/sca/otest/current/ASM_5027/pom.xml +++ b/java/sca/otest/current/ASM_5027/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5027</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5027</name> + <artifactId>ASM_5027</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5027</name> <build> - <sourceDirectory>../src/main/resources/ASM_5027</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5027</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5027</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5030/pom.xml b/java/sca/otest/current/ASM_5030/pom.xml index ff770cdd12..e9b39c71b6 100644 --- a/java/sca/otest/current/ASM_5030/pom.xml +++ b/java/sca/otest/current/ASM_5030/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5030</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5030</name> + <artifactId>ASM_5030</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5030</name> <build> - <sourceDirectory>../src/main/resources/ASM_5030</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5030</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5030</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_5035/pom.xml b/java/sca/otest/current/ASM_5035/pom.xml index 16bcbe2c25..828ea920f2 100644 --- a/java/sca/otest/current/ASM_5035/pom.xml +++ b/java/sca/otest/current/ASM_5035/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_5035</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_5035</name> + <artifactId>ASM_5035</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_5035</name> <build> - <sourceDirectory>../src/main/resources/ASM_5035</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_5035</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_5035</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6001/pom.xml b/java/sca/otest/current/ASM_6001/pom.xml index e80657e1a3..3f5e42d024 100644 --- a/java/sca/otest/current/ASM_6001/pom.xml +++ b/java/sca/otest/current/ASM_6001/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6001</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6001</name> + <artifactId>ASM_6001</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6001</name> <build> - <sourceDirectory>../src/main/resources/ASM_6001</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6001</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6001</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6002/pom.xml b/java/sca/otest/current/ASM_6002/pom.xml index e23ca9f4e9..e44162abbc 100644 --- a/java/sca/otest/current/ASM_6002/pom.xml +++ b/java/sca/otest/current/ASM_6002/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6002</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6002</name> + <artifactId>ASM_6002</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6002</name> <build> - <sourceDirectory>../src/main/resources/ASM_6002</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6002</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6002</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6003/pom.xml b/java/sca/otest/current/ASM_6003/pom.xml index 91d9ad19bc..88db8b9f40 100644 --- a/java/sca/otest/current/ASM_6003/pom.xml +++ b/java/sca/otest/current/ASM_6003/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6003</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6003</name> + <artifactId>ASM_6003</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6003</name> <build> - <sourceDirectory>../src/main/resources/ASM_6003</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6003</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6003</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6005/pom.xml b/java/sca/otest/current/ASM_6005/pom.xml index 68c7ed5070..a9568f3d44 100644 --- a/java/sca/otest/current/ASM_6005/pom.xml +++ b/java/sca/otest/current/ASM_6005/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6005</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6005</name> + <artifactId>ASM_6005</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6005</name> <build> - <sourceDirectory>../src/main/resources/ASM_6005</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6005</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6005</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6006/pom.xml b/java/sca/otest/current/ASM_6006/pom.xml index d4a2412b18..ac9026536d 100644 --- a/java/sca/otest/current/ASM_6006/pom.xml +++ b/java/sca/otest/current/ASM_6006/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6006</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6006</name> + <artifactId>ASM_6006</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6006</name> <build> - <sourceDirectory>../src/main/resources/ASM_6006</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6006</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6006</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6008/pom.xml b/java/sca/otest/current/ASM_6008/pom.xml index a26a7eb614..5432a024d0 100644 --- a/java/sca/otest/current/ASM_6008/pom.xml +++ b/java/sca/otest/current/ASM_6008/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6008</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6008</name> + <artifactId>ASM_6008</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6008</name> <build> - <sourceDirectory>../src/main/resources/ASM_6008</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6008</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6008</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6012/pom.xml b/java/sca/otest/current/ASM_6012/pom.xml index 3197a86630..599db4a969 100644 --- a/java/sca/otest/current/ASM_6012/pom.xml +++ b/java/sca/otest/current/ASM_6012/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6012</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6012</name> + <artifactId>ASM_6012</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6012</name> <build> - <sourceDirectory>../src/main/resources/ASM_6012</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6012</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6012</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6021/pom.xml b/java/sca/otest/current/ASM_6021/pom.xml index fbbfcf1fc1..5f31b20d39 100644 --- a/java/sca/otest/current/ASM_6021/pom.xml +++ b/java/sca/otest/current/ASM_6021/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6021</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6021</name> + <artifactId>ASM_6021</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6021</name> <build> - <sourceDirectory>../src/main/resources/ASM_6021</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6021</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6021</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6022/pom.xml b/java/sca/otest/current/ASM_6022/pom.xml index f469ba1895..914f30deb5 100644 --- a/java/sca/otest/current/ASM_6022/pom.xml +++ b/java/sca/otest/current/ASM_6022/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6022</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6022</name> + <artifactId>ASM_6022</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6022</name> <build> - <sourceDirectory>../src/main/resources/ASM_6022</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6022</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6022</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6025/pom.xml b/java/sca/otest/current/ASM_6025/pom.xml index 627e110800..8aaa15bb7e 100644 --- a/java/sca/otest/current/ASM_6025/pom.xml +++ b/java/sca/otest/current/ASM_6025/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6025</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6025</name> + <artifactId>ASM_6025</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6025</name> <build> - <sourceDirectory>../src/main/resources/ASM_6025</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6025</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6025</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6028/pom.xml b/java/sca/otest/current/ASM_6028/pom.xml index 44197683a4..de76437b1f 100644 --- a/java/sca/otest/current/ASM_6028/pom.xml +++ b/java/sca/otest/current/ASM_6028/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6028</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6028</name> + <artifactId>ASM_6028</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6028</name> <build> - <sourceDirectory>../src/main/resources/ASM_6028</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6028</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6028</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6029/pom.xml b/java/sca/otest/current/ASM_6029/pom.xml index 30f01ee1ce..1e2c97b63a 100644 --- a/java/sca/otest/current/ASM_6029/pom.xml +++ b/java/sca/otest/current/ASM_6029/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6029</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6029</name> + <artifactId>ASM_6029</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6029</name> <build> - <sourceDirectory>../src/main/resources/ASM_6029</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6029</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6029</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6031/pom.xml b/java/sca/otest/current/ASM_6031/pom.xml index 05dcf7b79a..ee7220ea75 100644 --- a/java/sca/otest/current/ASM_6031/pom.xml +++ b/java/sca/otest/current/ASM_6031/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6031</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6031</name> + <artifactId>ASM_6031</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6031</name> <build> - <sourceDirectory>../src/main/resources/ASM_6031</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6031</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6031</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6032/pom.xml b/java/sca/otest/current/ASM_6032/pom.xml index 6e69dfe29a..4030eb69da 100644 --- a/java/sca/otest/current/ASM_6032/pom.xml +++ b/java/sca/otest/current/ASM_6032/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6032</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6032</name> + <artifactId>ASM_6032</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6032</name> <build> - <sourceDirectory>../src/main/resources/ASM_6032</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6032</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6032</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_6033/pom.xml b/java/sca/otest/current/ASM_6033/pom.xml index 48d47075db..d6b77c2b79 100644 --- a/java/sca/otest/current/ASM_6033/pom.xml +++ b/java/sca/otest/current/ASM_6033/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_6033</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_6033</name> + <artifactId>ASM_6033</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_6033</name> <build> - <sourceDirectory>../src/main/resources/ASM_6033</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_6033</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_6033</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_7001/pom.xml b/java/sca/otest/current/ASM_7001/pom.xml index c5bc8a6713..cde57226c4 100644 --- a/java/sca/otest/current/ASM_7001/pom.xml +++ b/java/sca/otest/current/ASM_7001/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_7001</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_7001</name> + <artifactId>ASM_7001</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_7001</name> <build> - <sourceDirectory>../src/main/resources/ASM_7001</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_7001</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_7001</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_7007/pom.xml b/java/sca/otest/current/ASM_7007/pom.xml index fc0dff6688..8a7d46a2ea 100644 --- a/java/sca/otest/current/ASM_7007/pom.xml +++ b/java/sca/otest/current/ASM_7007/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_7007</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_7007</name> + <artifactId>ASM_7007</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_7007</name> <build> - <sourceDirectory>../src/main/resources/ASM_7007</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_7007</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_7007</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_7008/pom.xml b/java/sca/otest/current/ASM_7008/pom.xml index fe021f9827..9ee1df39ef 100644 --- a/java/sca/otest/current/ASM_7008/pom.xml +++ b/java/sca/otest/current/ASM_7008/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_7008</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_7008</name> + <artifactId>ASM_7008</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_7008</name> <build> - <sourceDirectory>../src/main/resources/ASM_7008</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_7008</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_7008</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_7009/pom.xml b/java/sca/otest/current/ASM_7009/pom.xml index b4530e27b5..6887dda679 100644 --- a/java/sca/otest/current/ASM_7009/pom.xml +++ b/java/sca/otest/current/ASM_7009/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_7009</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_7009</name> + <artifactId>ASM_7009</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_7009</name> <build> - <sourceDirectory>../src/main/resources/ASM_7009</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_7009</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_7009</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_7010/pom.xml b/java/sca/otest/current/ASM_7010/pom.xml index 912d202a21..f3eafade32 100644 --- a/java/sca/otest/current/ASM_7010/pom.xml +++ b/java/sca/otest/current/ASM_7010/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_7010</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_7010</name> + <artifactId>ASM_7010</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_7010</name> <build> - <sourceDirectory>../src/main/resources/ASM_7010</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_7010</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_7010</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_8010/pom.xml b/java/sca/otest/current/ASM_8010/pom.xml index 8ef5ab3494..a5d44e07ea 100644 --- a/java/sca/otest/current/ASM_8010/pom.xml +++ b/java/sca/otest/current/ASM_8010/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_8010</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_8010</name> + <artifactId>ASM_8010</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_8010</name> <build> - <sourceDirectory>../src/main/resources/ASM_8010</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_8010</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_8010</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_8011/pom.xml b/java/sca/otest/current/ASM_8011/pom.xml index 78db5200d6..4a2a4da7df 100644 --- a/java/sca/otest/current/ASM_8011/pom.xml +++ b/java/sca/otest/current/ASM_8011/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_8011</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_8011</name> + <artifactId>ASM_8011</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_8011</name> <build> - <sourceDirectory>../src/main/resources/ASM_8011</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_8011</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_8011</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_8012/pom.xml b/java/sca/otest/current/ASM_8012/pom.xml index 2b1520abfd..5d48cc7cf8 100644 --- a/java/sca/otest/current/ASM_8012/pom.xml +++ b/java/sca/otest/current/ASM_8012/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_8012</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_8012</name> + <artifactId>ASM_8012</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_8012</name> <build> - <sourceDirectory>../src/main/resources/ASM_8012</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_8012</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_8012</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/ASM_9002/pom.xml b/java/sca/otest/current/ASM_9002/pom.xml index b315d42a75..0520987663 100644 --- a/java/sca/otest/current/ASM_9002/pom.xml +++ b/java/sca/otest/current/ASM_9002/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-ASM_9002</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM ASM_9002</name> + <artifactId>ASM_9002</artifactId> + <name>Apache Tuscany SCA Specification Tests ASM_9002</name> <build> - <sourceDirectory>../src/main/resources/ASM_9002</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/ASM_9002</directory> - </resource> - </resources> - <outputDirectory>../tests/target/ASM_9002</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/Contribution1/pom.xml b/java/sca/otest/current/Contribution1/pom.xml index 62c1acb5d7..aaf6e40658 100644 --- a/java/sca/otest/current/Contribution1/pom.xml +++ b/java/sca/otest/current/Contribution1/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-Contribution1</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM Contribution1</name> + <artifactId>Contribution1</artifactId> + <name>Apache Tuscany SCA Specification Tests Contribution1</name> <build> - <sourceDirectory>../src/main/resources/Contribution1</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/Contribution1</directory> - </resource> - </resources> - <outputDirectory>../tests/target/Contribution1</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/Contribution2/pom.xml b/java/sca/otest/current/Contribution2/pom.xml index 3d64908f13..22acaa3194 100644 --- a/java/sca/otest/current/Contribution2/pom.xml +++ b/java/sca/otest/current/Contribution2/pom.xml @@ -24,16 +24,44 @@ <version>2.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>tuscany-otests-asm-Contribution2</artifactId> - <name>Apache Tuscany SCA Specification Tests ASM Contribution2</name> + <artifactId>Contribution2</artifactId> + <name>Apache Tuscany SCA Specification Tests Contribution2</name> <build> - <sourceDirectory>../src/main/resources/Contribution2</sourceDirectory> - <resources> - <resource> - <directory>../src/main/resources/Contribution2</directory> - </resource> - </resources> - <outputDirectory>../tests/target/Contribution2</outputDirectory> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> </build> </project> diff --git a/java/sca/otest/current/General/pom.xml b/java/sca/otest/current/General/pom.xml new file mode 100644 index 0000000000..6b371695c7 --- /dev/null +++ b/java/sca/otest/current/General/pom.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. +--> +<project> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-otests</artifactId> + <version>2.0-SNAPSHOT</version> + <relativePath>../pom.xml</relativePath> + </parent> + <artifactId>General</artifactId> + <name>Apache Tuscany SCA Specification Tests General</name> + + <build> + <finalName>${artifactId}</finalName> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + + <dependencies> + <dependency> + <groupId>ant</groupId> + <artifactId>ant-trax</artifactId> + <version>1.6.5</version> + </dependency> + </dependencies> + + <executions> + <execution> + <id>copy-files-from-svn</id> + <phase>verify</phase> + <goals> + <goal>run</goal> + </goals> + <configuration> + <tasks> + <property name="from.dir" value="../src/main/resources/${artifactId}"/> + <property name="to.dir" value="src/main/resources"/> + <ant antfile="../build.xml"> + <target name="copyDir"/> + </ant> + </tasks> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> |