summaryrefslogtreecommitdiffstats
path: root/maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 15:16:30 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-09-16 15:16:30 +0000
commit6d687337fb92dc5dd84d4d72866daaea9320a6d3 (patch)
tree32f48c24d96aa843c28a287d1541d0397cdd8e1f /maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom
parent4baf80bebd5df0ed7e6753059b75ff0286f2fbec (diff)
ASM otest r653. 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@997782 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom')
-rw-r--r--maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom54
1 files changed, 54 insertions, 0 deletions
diff --git a/maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom b/maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-contributions-2.0-SNAPSHOT.pom
new file mode 100644
index 0000000000..fce0e1593e
--- /dev/null
+++ b/maven/org/apache/tuscany/sca/oasis-assembly-contributions/2.0-SNAPSHOT/oasis-assembly-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-assembly-contributions</artifactId>
+ <name>Apache Tuscany SCA OASIS Assembly 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>