summaryrefslogtreecommitdiffstats
path: root/maven
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 09:38:12 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-17 09:38:12 +0000
commit17da2ef396070aea8b5e70e312a55ec5d53758cd (patch)
tree33090395120847814fb4e7d73095c90cd0453a4d /maven
parent5433fecf9ae3a1163789f96f01b6c4dde3f31398 (diff)
Policy otest r94. Move the temporary OASIS otest data from ant's p.a.o directory to somewhere the any Tuscany committer can edit. These could be out in the real snapshot repo I guess but I can't publish there atm and I want to make sure we can get rid of this when OASIS publish them properly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r--maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/maven-metadata-local.xml12
-rw-r--r--maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.jarbin0 -> 8423 bytes
-rw-r--r--maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.pom54
-rw-r--r--maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.zipbin0 -> 117290 bytes
-rw-r--r--maven/org/apache/tuscany/sca/oasis-policy-contributions/maven-metadata-local.xml12
-rw-r--r--maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/maven-metadata-local.xml12
-rw-r--r--maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.jarbin0 -> 98997 bytes
-rw-r--r--maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom256
-rw-r--r--maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/maven-metadata-local.xml12
9 files changed, 358 insertions, 0 deletions
diff --git a/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/maven-metadata-local.xml b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/maven-metadata-local.xml
new file mode 100644
index 0000000000..d5c484fd7b
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/maven-metadata-local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>oasis-policy-contributions</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <versioning>
+ <snapshot>
+ <localCopy>true</localCopy>
+ </snapshot>
+ <lastUpdated>20100917092220</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.jar b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.jar
new file mode 100644
index 0000000000..dfa9f8edf7
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.jar
Binary files differ
diff --git a/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.pom
new file mode 100644
index 0000000000..87e9694a1d
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.pom
@@ -0,0 +1,54 @@
+<?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-sca</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>oasis-policy-contributions</artifactId>
+ <name>Apache Tuscany SCA OASIS policy Otest Contributions Zip</name>
+
+ <build>
+ <finalName>${artifactId}</finalName>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-5</version>
+ <configuration>
+ <descriptors>
+ <descriptor>src/main/resources/assembly.xml</descriptor>
+ </descriptors>
+ </configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.zip b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.zip
new file mode 100644
index 0000000000..f0330c06bd
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-policy-contributions/2.0-SNAPSHOT/oasis-policy-contributions-2.0-SNAPSHOT.zip
Binary files differ
diff --git a/maven/org/apache/tuscany/sca/oasis-policy-contributions/maven-metadata-local.xml b/maven/org/apache/tuscany/sca/oasis-policy-contributions/maven-metadata-local.xml
new file mode 100644
index 0000000000..9745b9dec2
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-policy-contributions/maven-metadata-local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>oasis-policy-contributions</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <versioning>
+ <versions>
+ <version>2.0-SNAPSHOT</version>
+ </versions>
+ <lastUpdated>20100917092220</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/maven-metadata-local.xml b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/maven-metadata-local.xml
new file mode 100644
index 0000000000..06b0a94317
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/maven-metadata-local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-otests-policy-tests</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <versioning>
+ <snapshot>
+ <localCopy>true</localCopy>
+ </snapshot>
+ <lastUpdated>20100917092453</lastUpdated>
+ </versioning>
+</metadata>
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.jar b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.jar
new file mode 100644
index 0000000000..165018370f
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.jar
Binary files differ
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom
new file mode 100644
index 0000000000..fad2c0c50b
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/2.0-SNAPSHOT/tuscany-otests-policy-tests-2.0-SNAPSHOT.pom
@@ -0,0 +1,256 @@
+<?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-sca</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-otests-policy-tests</artifactId>
+ <name>Apache Tuscany SCA Policy Specification Tests</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-deployment</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-launcher</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-launcher-equinox</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-transaction-runtime-geronimo</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.oasis-open.sca.assembly</groupId>
+ <artifactId>General_Java</artifactId>
+ <version>1.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ </dependency>
+
+ <dependency>
+ <groupId>com.sun.xml.ws</groupId>
+ <artifactId>jaxws-rt</artifactId>
+ <version>2.1.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
+
+ </dependencies>
+
+
+
+ <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>generate-resources</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="../build.xml">
+ <property name="from.dir" value="../sca-policy/Test_Client/src/main/resources"/>
+ <property name="to.dir" value="src/main/resources"/>
+ <target name="copyResourceDir"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.dir" value="../sca-policy/Test_Client/src/main/java"/>
+ <property name="to.dir" value="src/test/java"/>
+ <target name="copySourceDir"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.dir" value="../sca-assembly/Test_Client/src/main/java/testClient"/>
+ <property name="to.dir" value="src/test/java/testClient"/>
+ <target name="copySourceDir"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/BaseJAXWSTestRunner.java"/>
+ <property name="to.file" value="src/test/java/client/BaseJAXWSTestRunner.java"/>
+ <target name="copyFile"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/RuntimeBridge.java"/>
+ <property name="to.file" value="src/test/java/client/RuntimeBridge.java"/>
+ <target name="copyFile"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/TestConfiguration.java"/>
+ <property name="to.file" value="src/test/java/client/TestConfiguration.java"/>
+ <target name="copyFile"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/java/client/TuscanyRuntimeBridge.java"/>
+ <property name="to.file" value="src/test/java/client/TuscanyRuntimeBridge.java"/>
+ <target name="copyFile"/>
+ </ant>
+ <ant antfile="../build.xml">
+ <property name="from.file" value="../sca-assembly/Test_Client/src/main/resources/TestClient.wsdl"/>
+ <property name="to.file" value="src/main/resources/TestClient.wsdl"/>
+ <target name="copyFile"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.3</version>
+ <executions>
+ <execution>
+ <id>add-test-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+ <source>src/test/tjava</source>
+ </sources>
+ </configuration>
+ </execution>
+ <execution>
+ <id>add-test-resource</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-test-resource</goal>
+ </goals>
+ <configuration>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ </resources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <classesDirectory>${project.build.directory}/test-classes</classesDirectory>
+ <includes>
+ <include>**/*</include>
+ </includes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludes>
+ <exclude>**/POL_3002_TestCase.java</exclude>
+ <exclude>**/POL_4015_TestCase.java</exclude>
+ <exclude>**/POL_4016_TestCase.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
diff --git a/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/maven-metadata-local.xml b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/maven-metadata-local.xml
new file mode 100644
index 0000000000..d3d548a2e8
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/tuscany-otests-policy-tests/maven-metadata-local.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-otests-policy-tests</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <versioning>
+ <versions>
+ <version>2.0-SNAPSHOT</version>
+ </versions>
+ <lastUpdated>20100917092453</lastUpdated>
+ </versioning>
+</metadata>