summaryrefslogtreecommitdiffstats
path: root/java/sca/otest/current
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 11:40:31 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 11:40:31 +0000
commita893f730747d3a2ff7cae02410581f9723156d2a (patch)
tree8fa70748b223c7ad7661c1fdff9eee2d094a2e5e /java/sca/otest/current
parentb390d9c0981da669437fb259adf3d576406dab17 (diff)
Update 8000 series poms to bring in Java artifacts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798491 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/otest/current')
-rw-r--r--java/sca/otest/current/ASM_8001/pom.xml44
-rw-r--r--java/sca/otest/current/ASM_8001_Java/pom.xml41
-rw-r--r--java/sca/otest/current/ASM_8003/pom.xml44
-rw-r--r--java/sca/otest/current/ASM_8004/pom.xml49
-rw-r--r--java/sca/otest/current/ASM_8005/pom.xml49
5 files changed, 199 insertions, 28 deletions
diff --git a/java/sca/otest/current/ASM_8001/pom.xml b/java/sca/otest/current/ASM_8001/pom.xml
index 2391e51641..6725c038fc 100644
--- a/java/sca/otest/current/ASM_8001/pom.xml
+++ b/java/sca/otest/current/ASM_8001/pom.xml
@@ -25,15 +25,43 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests-asm-ASM_8001</artifactId>
- <name>Apache Tuscany SCA Specification Tests ASM ASM_8001</name>
+ <name>Apache Tuscany SCA Specification Tests ASM_8001</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_8001</sourceDirectory>
- <resources>
- <resource>
- <directory>../src/main/resources/ASM_8001</directory>
- </resource>
- </resources>
- <outputDirectory>../tests/target/ASM_8001</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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="from.dir" value="../src/main/resources/ASM_8001"/>
+ <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_8001_Java/pom.xml b/java/sca/otest/current/ASM_8001_Java/pom.xml
index 6c6fa0143f..0e41e21772 100644
--- a/java/sca/otest/current/ASM_8001_Java/pom.xml
+++ b/java/sca/otest/current/ASM_8001_Java/pom.xml
@@ -25,15 +25,48 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests-asm-ASM_8001_Java</artifactId>
- <name>Apache Tuscany SCA Specification Tests ASM ASM_8001_Java</name>
+ <name>Apache Tuscany SCA Specification Tests ASM_8001_Java</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_8001_Java</sourceDirectory>
+ <finalName>${artifactId}</finalName>
<resources>
<resource>
- <directory>../src/main/resources/ASM_8001_Java</directory>
+ <directory>src/main/java</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_8001_Java</outputDirectory>
+ <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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="from.dir" value="../src/main/resources/ASM_8001_Java"/>
+ <property name="to.dir" value="src/main/java"/>
+ <ant antfile="../build.xml">
+ <target name="copyDir"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/java/sca/otest/current/ASM_8003/pom.xml b/java/sca/otest/current/ASM_8003/pom.xml
index 7bab1470d6..abb6f33d5f 100644
--- a/java/sca/otest/current/ASM_8003/pom.xml
+++ b/java/sca/otest/current/ASM_8003/pom.xml
@@ -25,15 +25,43 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests-asm-ASM_8003</artifactId>
- <name>Apache Tuscany SCA Specification Tests ASM ASM_8003</name>
+ <name>Apache Tuscany SCA Specification Tests ASM_8003</name>
<build>
- <sourceDirectory>../src/main/resources/ASM_8003</sourceDirectory>
- <resources>
- <resource>
- <directory>../src/main/resources/ASM_8003</directory>
- </resource>
- </resources>
- <outputDirectory>../tests/target/ASM_8003</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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="from.dir" value="../src/main/resources/ASM_8003"/>
+ <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_8004/pom.xml b/java/sca/otest/current/ASM_8004/pom.xml
index 3405fe35f0..ce3b6b7141 100644
--- a/java/sca/otest/current/ASM_8004/pom.xml
+++ b/java/sca/otest/current/ASM_8004/pom.xml
@@ -25,15 +25,56 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests-asm-ASM_8004</artifactId>
- <name>Apache Tuscany SCA Specification Tests ASM ASM_8004</name>
+ <name>Apache Tuscany SCA Specification Tests ASM_8004</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-otests-asm-ASM_8005</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
<build>
- <sourceDirectory>../src/main/resources/ASM_8004</sourceDirectory>
+ <finalName>${artifactId}</finalName>
<resources>
<resource>
- <directory>../src/main/resources/ASM_8004</directory>
+ <directory>src/main/java</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_8004</outputDirectory>
+ <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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="from.dir" value="../src/main/resources/ASM_8004"/>
+ <property name="to.dir" value="src/main/java"/>
+ <ant antfile="../build.xml">
+ <target name="copyDir"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>
diff --git a/java/sca/otest/current/ASM_8005/pom.xml b/java/sca/otest/current/ASM_8005/pom.xml
index 5158567f9a..a9083984a8 100644
--- a/java/sca/otest/current/ASM_8005/pom.xml
+++ b/java/sca/otest/current/ASM_8005/pom.xml
@@ -25,15 +25,56 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-otests-asm-ASM_8005</artifactId>
- <name>Apache Tuscany SCA Specification Tests ASM ASM_8005</name>
+ <name>Apache Tuscany SCA Specification Tests ASM_8005</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-otests-asm-General_Java</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
<build>
- <sourceDirectory>../src/main/resources/ASM_8005</sourceDirectory>
+ <finalName>${artifactId}</finalName>
<resources>
<resource>
- <directory>../src/main/resources/ASM_8005</directory>
+ <directory>src/main/java</directory>
</resource>
</resources>
- <outputDirectory>../tests/target/ASM_8005</outputDirectory>
+ <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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="from.dir" value="../src/main/resources/ASM_8005"/>
+ <property name="to.dir" value="src/main/java"/>
+ <ant antfile="../build.xml">
+ <target name="copyDir"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>