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 2007/02/21 16:41:11 UTC

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

Author: jboynes
Date: Wed Feb 21 07:41:10 2007
New Revision: 510058

URL: http://svn.apache.org/viewvc?view=rev&rev=510058
Log:
apply update to project parent pom

Modified:
    incubator/tuscany/java/pom/parent/pom.xml

Modified: incubator/tuscany/java/pom/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/pom/parent/pom.xml?view=diff&rev=510058&r1=510057&r2=510058
==============================================================================
--- incubator/tuscany/java/pom/parent/pom.xml (original)
+++ incubator/tuscany/java/pom/parent/pom.xml Wed Feb 21 07:41:10 2007
@@ -29,7 +29,7 @@
     <packaging>pom</packaging>
     <name>Apache Tuscany Project Parent</name>
     <description>Parent POM defining settings that can be used across Tuscany</description>
-    <version>2-incubator-SNAPSHOT</version>
+    <version>2-incubating-SNAPSHOT</version>
 
     <prerequisites>
         <maven>2.0.4</maven>
@@ -39,42 +39,59 @@
         <notice.dir>.</notice.dir>
     </properties>
 
-    <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>
-
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/TUSCANY</url>
     </issueManagement>
 
     <repositories>
-        <!-- needed for Apache webServices artifacts -->
+        <!--
+            The central Maven repository and Apache SNAPSHOT repository are inherited from the parent POM
+        -->
+
+        <!-- Apache Incubator repository for artifacts released by Incubator projects -->
         <repository>
-            <id>apache.ws.m1.snapshots</id>
-            <name>Apache Web Services M1 Snapshot Repository</name>
-            <url>http://ws.zones.apache.org/repository</url>
-            <layout>legacy</layout>
-            <snapshots>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+            <releases>
                 <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
             </snapshots>
         </repository>
+
     </repositories>
 
     <pluginRepositories>
-        <!-- needed for OSGi plugin -->
+        <!-- Apache Incubator repository for artifacts released by Incubator projects -->
+        <pluginRepository>
+            <id>apache.incubator</id>
+            <name>Apache Incubator Repository</name>
+            <url>http://people.apache.org/repo/m2-incubating-repository</url>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+        </pluginRepository>
+
+        <!-- Apache SNAPSHOT repository for unreleased artifacts -->
         <pluginRepository>
             <id>apache.snapshots</id>
             <name>Apache SNAPSHOT Repository</name>
             <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
             <snapshots>
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
 
-        <!-- used for Plexus plugins -->
+        <!-- Codehaus SNAPSHOT repository -->
         <pluginRepository>
             <id>codehaus-snapshot</id>
             <name>Codehaus Snapshot Repository</name>
@@ -83,20 +100,12 @@
                 <enabled>true</enabled>
             </snapshots>
         </pluginRepository>
-
-        <!-- used for SDO plugins -->
-        <pluginRepository>
-            <id>apache.incubator</id>
-            <name>Apache Incubator Repository</name>
-            <url>http://people.apache.org/repo/m2-incubating-repository</url>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-        </pluginRepository>
-
     </pluginRepositories>
 
     <distributionManagement>
+        <!--
+            Whilst in incubation, released project artifacts are deployed to the incubator repository 
+        -->
         <repository>
             <id>apache.incubator</id>
             <name>Apache Incubator Repository</name>
@@ -127,6 +136,7 @@
     </build>
 
     <profiles>
+        <!-- profile for generating Eclipse project definitions -->
         <profile>
             <!-- this is kind of a hack for eclipse.   Eclipse doesn't like "." as a resource directory as then you have
             source directories inside a source directory which causes all kinds of errors.  We'll just point
@@ -138,6 +148,8 @@
                 <notice.dir>src/main/resources</notice.dir>
             </properties>
         </profile>
+
+        <!-- profile for verifying source code correctness -->
         <profile>
             <id>sourcecheck</id>
             <build>



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