You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/25 18:29:42 UTC

svn commit: r449723 - /incubator/activemq/maven-plugins/trunk/pom.xml

Author: chirino
Date: Mon Sep 25 09:29:41 2006
New Revision: 449723

URL: http://svn.apache.org/viewvc?view=rev&rev=449723
Log:
Removed parent pom since it was adding the rsync repo to the distribution list

Modified:
    incubator/activemq/maven-plugins/trunk/pom.xml

Modified: incubator/activemq/maven-plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/maven-plugins/trunk/pom.xml?view=diff&rev=449723&r1=449722&r2=449723
==============================================================================
--- incubator/activemq/maven-plugins/trunk/pom.xml (original)
+++ incubator/activemq/maven-plugins/trunk/pom.xml Mon Sep 25 09:29:41 2006
@@ -21,22 +21,40 @@
     xmlns="http://maven.apache.org/POM/4.0.0">
     <modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>2</version>
-    </parent>
-
     <groupId>org.apache.activemq</groupId>
     <artifactId>maven-plugins-parent</artifactId>
     <version>4.x-incubator-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ActiveMQ Maven Plugins</name>
+    <description></description>
 
     <prerequisites>
         <maven>2.0.4</maven>
     </prerequisites>
 
+  <url>http://incubator.apache.org/activemq/</url>
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+  </organization>
+
+  <licenses>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <mailingLists>
+    <mailingList>
+      <name>Development List</name>
+      <subscribe>activemq-dev@geronimo.apache.org</subscribe>
+      <unsubscribe>activemq-dev@geronimo.apache.org</unsubscribe>
+      <post>activemq-dev@geronimo.apache.org</post>
+    </mailingList>
+  </mailingLists>
+
     <ciManagement>
         <system>continuum</system>
         <url>http://ci.gbuild.org/continuum</url>
@@ -57,39 +75,37 @@
         </notifiers>
     </ciManagement>
 
-    <mailingLists>
-        <mailingList>
-            <name>Development List</name>
-            <subscribe>activemq-dev@geronimo.apache.org</subscribe>
-            <unsubscribe>activemq-dev@geronimo.apache.org</unsubscribe>
-            <post>activemq-dev@geronimo.apache.org</post>
-        </mailingList>
-    </mailingLists>
-
-    <repositories>
-        <!-- keep the central repo so that it is first tried -->
-        <repository>
-            <id>central</id>
-            <url>http://ibiblio.org/maven2/</url>
-        </repository>
-    </repositories>
-
-    <distributionManagement>
-        <repository>
-            <id>apache-repo</id>
-            <name>Apache CVS Repository</name>
-            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
-        </repository>
-        <snapshotRepository>
-            <id>apache-snapshots</id>
-            <name>Apache CVS Development Repository</name>
-            <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
-        <site>
-            <id>apache-website</id>
-            <url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven-plugins-maven/</url>
-        </site>
-    </distributionManagement>
+ <repositories>
+    <repository>
+      <id>central</id>
+      <url>http://ibiblio.org/maven2/</url>
+    </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
+  <distributionManagement>
+    <repository>
+      <id>apache.incubating.releases</id>
+      <name>Apache Incubating Release Distribution Repository</name>
+      <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>apache-website</id>
+      <url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven-plugins-maven/</url>
+   </site>
+ </distributionManagement>
 
     <modules>
         <module>maven-bundle-plugin</module>