mirror of https://github.com/apache/activemq.git
Apply patch for AMQ-722
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412408 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15ae52dbd6
commit
3324233455
128
pom.xml
128
pom.xml
|
@ -23,6 +23,12 @@
|
||||||
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<parent>
|
||||||
|
<groupId>org.apache</groupId>
|
||||||
|
<artifactId>apache</artifactId>
|
||||||
|
<version>1</version>
|
||||||
|
</parent>
|
||||||
|
|
||||||
<groupId>incubator-activemq</groupId>
|
<groupId>incubator-activemq</groupId>
|
||||||
<artifactId>activemq-parent</artifactId>
|
<artifactId>activemq-parent</artifactId>
|
||||||
<version>4.1-SNAPSHOT</version>
|
<version>4.1-SNAPSHOT</version>
|
||||||
|
@ -55,10 +61,23 @@
|
||||||
</mailingLists>
|
</mailingLists>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
<!-- keep the central repo so that it is first tried -->
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache.snapshots</id>
|
<id>central</id>
|
||||||
<name>Apache Snapshots Repository</name>
|
<url>http://ibiblio.org/maven2/</url>
|
||||||
<url>http://cvs.apache.org/maven-snapshot-repository</url>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>mortbay-repo</id>
|
||||||
|
<name>Mortbay Jetty Repo</name>
|
||||||
|
<!-- temporary solution until codehaus to ibiblio rsync working again -->
|
||||||
|
<url>http://www.mortbay.org/maven2/release</url>
|
||||||
|
</repository>
|
||||||
|
<!-- For geronimo-1.2-SNAPSHOT jars
|
||||||
|
<repository>
|
||||||
|
<id>apache-maven1-snapshot</id>
|
||||||
|
<name>Apache Maven1 Repo</name>
|
||||||
|
<url>http://people.apache.org/repository</url>
|
||||||
|
<layout>legacy</layout>
|
||||||
<snapshots>
|
<snapshots>
|
||||||
<enabled>true</enabled>
|
<enabled>true</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
|
@ -66,52 +85,21 @@
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</releases>
|
</releases>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
-->
|
||||||
<id>codehaus-snapshot</id>
|
|
||||||
<name>CodeHaus Snapshot Repo</name>
|
|
||||||
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
|
||||||
<id>apache-maven1-snapshot</id>
|
|
||||||
<name>Activemq Maven1 Repo</name>
|
|
||||||
<url>http://cvs.apache.org/repository</url>
|
|
||||||
<layout>legacy</layout>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>mortbay-repo</id>
|
|
||||||
<name>Mortbay Jetty Repo</name>
|
|
||||||
<!-- temporary solution until codehaus to ibiblio rsync working again -->
|
|
||||||
<url>http://www.mortbay.org/maven2/release</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
|
<!-- keep the central repo so that it is first tried -->
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>codehaus.snapshots</id>
|
<id>central</id>
|
||||||
<name>Maven Central Plugins Development Repository</name>
|
<url>http://ibiblio.org/maven2/</url>
|
||||||
<url>http://snapshots.maven.codehaus.org/maven2</url>
|
|
||||||
<snapshots>
|
|
||||||
<enabled>true</enabled>
|
|
||||||
</snapshots>
|
|
||||||
<releases>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</releases>
|
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-csharp-plugins</id>
|
|
||||||
<name>maven-csharp</name>
|
|
||||||
<url>http://maven-csharp.javaforge.com/repo</url>
|
|
||||||
</pluginRepository>
|
|
||||||
|
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>mortbay-repo</id>
|
<id>mortbay-repo</id>
|
||||||
<name>Mortbay Jetty Repo</name>
|
<name>Mortbay Jetty Repo</name>
|
||||||
<!-- temporary solution until codehaus to ibiblio rsync working again -->
|
<!-- temporary solution until codehaus to ibiblio rsync working again -->
|
||||||
<url>http://www.mortbay.org/maven2/release</url>
|
<url>http://www.mortbay.org/maven2/release</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
|
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
|
||||||
|
@ -151,32 +139,17 @@
|
||||||
<module>maven-bundle-plugin</module>
|
<module>maven-bundle-plugin</module>
|
||||||
<module>assembly</module>
|
<module>assembly</module>
|
||||||
|
|
||||||
<!--
|
|
||||||
<module>activeio</module>
|
<module>activeio</module>
|
||||||
-->
|
|
||||||
<!-- module>activecluster</module -->
|
<!-- module>activecluster</module -->
|
||||||
|
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<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>
|
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</connection>
|
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</connection>
|
||||||
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</developerConnection>
|
<developerConnection>scm:svn:http://svn.apache.org/repos/asf/incubator/activemq/trunk</developerConnection>
|
||||||
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/</url>
|
<url>http://svn.apache.org/viewcvs.cgi/incubator/activemq/trunk/</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<organization>
|
|
||||||
<name>Apache Software Foundation.</name>
|
|
||||||
<url>http://www.apache.org/</url>
|
|
||||||
</organization>
|
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
@ -249,7 +222,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${pom.groupId}</groupId>
|
<groupId>${pom.groupId}</groupId>
|
||||||
<artifactId>activeio-core</artifactId>
|
<artifactId>activeio-core</artifactId>
|
||||||
<version>3.0-beta2</version>
|
<version>3.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
@ -791,6 +764,11 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>${org-apache-maven-surefire-plugin-version}</version>
|
<version>${org-apache-maven-surefire-plugin-version}</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>javacc-maven-plugin</artifactId>
|
||||||
|
<version>2.0</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
@ -837,9 +815,49 @@
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>jxr-maven-plugin</artifactId>
|
<artifactId>jxr-maven-plugin</artifactId>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-pmd-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>surefire-report-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>taglist-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
<artifactId>jxr-maven-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<links>
|
||||||
|
<link>http://java.sun.com/j2ee/1.4/docs/api</link>
|
||||||
|
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/collections/apidocs-COLLECTIONS_3_0/</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/logging/api/</link>
|
||||||
|
<link>http://jakarta.apache.org/commons/pool/apidocs/</link>
|
||||||
|
<link>http://www.junit.org/junit/javadoc/</link>
|
||||||
|
<link>http://logging.apache.org/log4j/docs/api/</link>
|
||||||
|
<link>http://jakarta.apache.org/regexp/apidocs/</link>
|
||||||
|
<link>http://jakarta.apache.org/velocity/api/</link>
|
||||||
|
</links>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
Loading…
Reference in New Issue