Author: dan.j.allen
Date: 2011-03-31 00:43:49 -0400 (Thu, 31 Mar 2011)
New Revision: 7212
Modified:
archetypes/javaee6-webapp/tags/1.0.1.Beta3/pom.xml
Log:
use central as dist repo
Modified: archetypes/javaee6-webapp/tags/1.0.1.Beta3/pom.xml
===================================================================
--- archetypes/javaee6-webapp/tags/1.0.1.Beta3/pom.xml 2011-03-31 04:27:52 UTC (rev 7211)
+++ archetypes/javaee6-webapp/tags/1.0.1.Beta3/pom.xml 2011-03-31 04:43:49 UTC (rev 7212)
@@ -68,6 +68,14 @@
<version>2.0-alpha-5</version>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-maven-plugin</artifactId>
+ <configuration>
+ <nexusUrl>https://oss.sonatype.org</nexusUrl>
+ <serverAuthId>central-releases-repository</serverAuthId>
+ </configuration>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -85,10 +93,5 @@
<name>Sonatype Nexus Maven Repository</name>
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
</repository>
- <snapshotRepository>
- <id>central-snapshots-repository</id>
- <name>Sonatype Nexus Snapshot Repository</name>
-
<
url>http://oss.sonatype.org/content/repositories/jboss-snapshots</u...
- </snapshotRepository>
</distributionManagement>
</project>