You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2006/08/31 16:57:24 UTC

svn commit: r438946 - in /incubator/tuscany/java/pom: ./ parent/ parent/pom.xml

Author: jboynes
Date: Thu Aug 31 07:57:24 2006
New Revision: 438946

URL: http://svn.apache.org/viewvc?rev=438946&view=rev
Log:
add strawman for parent pom

Added:
    incubator/tuscany/java/pom/
    incubator/tuscany/java/pom/parent/   (with props)
    incubator/tuscany/java/pom/parent/pom.xml   (with props)

Propchange: incubator/tuscany/java/pom/parent/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Aug 31 07:57:24 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Added: incubator/tuscany/java/pom/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom/parent/pom.xml?rev=438946&view=auto
==============================================================================
--- incubator/tuscany/java/pom/parent/pom.xml (added)
+++ incubator/tuscany/java/pom/parent/pom.xml Thu Aug 31 07:57:24 2006
@@ -0,0 +1,64 @@
+<?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</groupId>
+        <artifactId>apache</artifactId>
+        <version>3</version>
+    </parent>
+    <groupId>org.apache.tuscany</groupId>
+    <artifactId>parent</artifactId>
+    <name>Apache Tuscany Project Parent</name>
+    <description>Parent POM defining settings that can be used across Tuscany</description>
+    <version>1-SNAPSHOT</version>
+
+    <prerequisites>
+        <maven>2.0.4</maven>
+    </prerequisites>
+
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/tuscany/java</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/tuscany/java</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/tuscany/java</url>
+    </scm>
+
+    <!-- needed for OSGi plugin -->
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache-snapshot-repository</id>
+            <name>Apache SNAPSHOT Repository</name>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </pluginRepository>
+    </pluginRepositories>
+
+    <distributionManagement>
+        <repository>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+        </repository>
+        <snapshotRepository>
+            <id>apache.snapshots</id>
+            <name>Apache Snapshot Repository</name>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+        </snapshotRepository>
+    </distributionManagement>
+</project>

Propchange: incubator/tuscany/java/pom/parent/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/tuscany/java/pom/parent/pom.xml
------------------------------------------------------------------------------
    svn:keywords = Rev Date



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org