mirror of https://github.com/apache/activemq.git
Removed parent pom since it was adding the rsync repo to the distribution list, and reformated
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@449739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe1d993bb1
commit
3df5af05ec
88
pom.xml
88
pom.xml
|
@ -17,19 +17,11 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<project
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xmlns="http://maven.apache.org/POM/4.0.0">
|
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
|
||||||
<groupId>org.apache</groupId>
|
|
||||||
<artifactId>apache</artifactId>
|
|
||||||
<version>2</version>
|
|
||||||
</parent>
|
|
||||||
|
|
||||||
<groupId>org.apache.activemq</groupId>
|
<groupId>org.apache.activemq</groupId>
|
||||||
<artifactId>activemq-parent</artifactId>
|
<artifactId>activemq-parent</artifactId>
|
||||||
<version>4.1-incubator-SNAPSHOT</version>
|
<version>4.1-incubator-SNAPSHOT</version>
|
||||||
|
@ -40,6 +32,29 @@
|
||||||
<maven>2.0.4</maven>
|
<maven>2.0.4</maven>
|
||||||
</prerequisites>
|
</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>
|
<ciManagement>
|
||||||
<system>continuum</system>
|
<system>continuum</system>
|
||||||
<url>http://goopen.org:8080/continuum</url>
|
<url>http://goopen.org:8080/continuum</url>
|
||||||
|
@ -61,62 +76,55 @@
|
||||||
</notifiers>
|
</notifiers>
|
||||||
</ciManagement>
|
</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>
|
<repositories>
|
||||||
<!-- keep the central repo so that it is first tried -->
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>central</id>
|
<id>central</id>
|
||||||
<url>http://ibiblio.org/maven2/</url>
|
<url>http://ibiblio.org/maven2/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<!-- For geronimo-1.2-SNAPSHOT jars
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache-maven1-snapshot</id>
|
<id>apache.incubating.releases</id>
|
||||||
<name>Apache Maven1 Repo</name>
|
<name>Apache Incubating Release Distribution Repository</name>
|
||||||
<url>http://people.apache.org/repository</url>
|
<url>http://people.apache.org/repo/m2-incubating-repository</url>
|
||||||
<layout>legacy</layout>
|
</repository>
|
||||||
<snapshots>
|
<repository>
|
||||||
<enabled>true</enabled>
|
<id>apache.snapshots</id>
|
||||||
</snapshots>
|
<name>Apache Development Snapshot Repository</name>
|
||||||
|
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</repository>
|
</repository>
|
||||||
-->
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>apache-snapshots</id>
|
<id>apache.incubating.releases</id>
|
||||||
<name>Snapshot repository</name>
|
<name>Apache Incubating Release Distribution Repository</name>
|
||||||
<url>http://people.apache.org/maven-snapshot-repository</url>
|
<url>http://people.apache.org/repo/m2-incubating-repository</url>
|
||||||
|
</pluginRepository>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>apache.snapshots</id>
|
||||||
|
<name>Apache Development Snapshot Repository</name>
|
||||||
|
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
<releases>
|
<releases>
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache-repo</id>
|
<id>apache.incubating.releases</id>
|
||||||
<name>Apache CVS Repository</name>
|
<name>Apache Incubating Release Distribution Repository</name>
|
||||||
<url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
|
<url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>apache-snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
<name>Apache CVS Development Repository</name>
|
<name>Apache Development Snapshot Repository</name>
|
||||||
<url>scpexe://minotaur.apache.org/www/people.apache.org/maven-snapshot-repository</url>
|
<url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<site>
|
<site>
|
||||||
<id>apache-website</id>
|
<id>apache.website</id>
|
||||||
<url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</url>
|
<url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
Loading…
Reference in New Issue