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>
|
||||
|
||||
<pluginRepositories>
|
||||
<!-- keep the central repo so that it is first tried -->
|
||||
<pluginRepository>
|
||||
<id>central</id>
|
||||
<url>http://ibiblio.org/maven2/</url>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>mortbay-repo</id>
|
||||
<name>Mortbay Jetty Repo</name>
|
||||
|
@ -103,7 +98,7 @@
|
|||
<pluginRepository>
|
||||
<id>apache-snapshots</id>
|
||||
<name>Snapshot repository</name>
|
||||
<url>http://people.apache.org/maven-snapshot-repository/</url>
|
||||
<url>http://people.apache.org/maven-snapshot-repository</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
|
@ -742,7 +737,7 @@
|
|||
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
<!--
|
||||
<!--
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
@ -765,7 +760,7 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
-->
|
||||
-->
|
||||
|
||||
<build>
|
||||
<pluginManagement>
|
||||
|
|
Loading…
Reference in New Issue