Author: antelder
Date: Mon Mar  2 16:15:37 2009
New Revision: 749343

URL: http://svn.apache.org/viewvc?rev=749343&view=rev
Log:
Add the archetypes to the reactor build

Added:
    tuscany/java/sca/archetypes/pom.xml
Modified:
    tuscany/java/sca/distribution/all/pom.xml
    tuscany/java/sca/pom.xml

Added: tuscany/java/sca/archetypes/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/archetypes/pom.xml?rev=749343&view=auto
==============================================================================
--- tuscany/java/sca/archetypes/pom.xml (added)
+++ tuscany/java/sca/archetypes/pom.xml Mon Mar  2 16:15:37 2009
@@ -0,0 +1,47 @@
+<?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-archetype</artifactId>
+    <packaging>pom</packaging>
+    <name>Apache Tuscany SCA Maven Archetypes</name>
+
+    <profiles>
+        <profile>
+            <id>default</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+
+            <modules>
+                <module>quickstart</module>
+                <module>quickstart-jsf</module>
+                <module>quickstart-stripes</module>
+            </modules>
+        </profile>
+    </profiles>    
+
+</project>

Modified: tuscany/java/sca/distribution/all/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/distribution/all/pom.xml?rev=749343&r1=749342&r2=749343&view=diff
==============================================================================
--- tuscany/java/sca/distribution/all/pom.xml (original)
+++ tuscany/java/sca/distribution/all/pom.xml Mon Mar  2 16:15:37 2009
@@ -37,6 +37,26 @@
             <type>pom</type>
             <version>2.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-bpel</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-implementation-bpel-ode</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-stripes</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-myfaces</artifactId>
+            <version>2.0-SNAPSHOT</version>
+        </dependency>
     </dependencies>
 
     <build>

Modified: tuscany/java/sca/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/pom.xml?rev=749343&r1=749342&r2=749343&view=diff
==============================================================================
--- tuscany/java/sca/pom.xml (original)
+++ tuscany/java/sca/pom.xml Mon Mar  2 16:15:37 2009
@@ -180,6 +180,7 @@
                 <module>itest</module>
                 <module>features</module>
                 <module>distribution</module>
+                <module>archetypes</module>
 <!--
                 <module>stest</module>
                 <module>vtest</module>


Reply via email to