mirror of https://github.com/apache/activemq.git
Issue: For some reason, pom of maven-war-plugin is not downloaded when a central repository is declared in pluginRepository.
Fix: Removed central entry in pluginRepository since it is also included implicitly. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@419485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c416e5f4a
commit
8245f68d79
11
pom.xml
11
pom.xml
|
@ -89,11 +89,6 @@
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<pluginRepositories>
|
<pluginRepositories>
|
||||||
<!-- keep the central repo so that it is first tried -->
|
|
||||||
<pluginRepository>
|
|
||||||
<id>central</id>
|
|
||||||
<url>http://ibiblio.org/maven2/</url>
|
|
||||||
</pluginRepository>
|
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>mortbay-repo</id>
|
<id>mortbay-repo</id>
|
||||||
<name>Mortbay Jetty Repo</name>
|
<name>Mortbay Jetty Repo</name>
|
||||||
|
@ -103,7 +98,7 @@
|
||||||
<pluginRepository>
|
<pluginRepository>
|
||||||
<id>apache-snapshots</id>
|
<id>apache-snapshots</id>
|
||||||
<name>Snapshot repository</name>
|
<name>Snapshot repository</name>
|
||||||
<url>http://people.apache.org/maven-snapshot-repository/</url>
|
<url>http://people.apache.org/maven-snapshot-repository</url>
|
||||||
</pluginRepository>
|
</pluginRepository>
|
||||||
</pluginRepositories>
|
</pluginRepositories>
|
||||||
|
|
||||||
|
@ -742,7 +737,7 @@
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
<!--
|
<!--
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
@ -765,7 +760,7 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<pluginManagement>
|
<pluginManagement>
|
||||||
|
|
Loading…
Reference in New Issue