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:
Frederick G. Oconer 2006-07-06 08:20:22 +00:00
parent 7c416e5f4a
commit 8245f68d79
1 changed files with 887 additions and 892 deletions

View File

@ -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>