switch plugin repo back to main

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289179 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-15 08:36:32 +00:00
parent a3eede2515
commit 1863f47493
2 changed files with 14 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<pluginRepository>
<id>central-plugins</id>
<name>Maven Plugin Repository</name>
<url>http://repo1.maven.org/maven2/plugins</url>
<url>http://repo1.maven.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>false</enabled>

14
pom.xml
View File

@ -154,7 +154,7 @@
<pluginRepository>
<id>snapshots</id>
<name>Maven Central Plugins Development Repository</name>
<url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
<url>http://snapshots.maven.codehaus.org/maven2</url>
<releases>
<enabled>false</enabled>
</releases>
@ -205,4 +205,16 @@
<distribution>repo</distribution>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/maven/components/tags</tagBase>
</configuration>
</plugin>
</plugins>
</build>
</project>