Author: dan.j.allen
Date: 2011-04-24 18:05:10 -0400 (Sun, 24 Apr 2011)
New Revision: 7241
Modified:
archetypes/javaee6-webapp/tags/1.0.1.CR2/pom.xml
Log:
use central as dist repo
Modified: archetypes/javaee6-webapp/tags/1.0.1.CR2/pom.xml
===================================================================
--- archetypes/javaee6-webapp/tags/1.0.1.CR2/pom.xml 2011-04-24 22:04:13 UTC (rev 7240)
+++ archetypes/javaee6-webapp/tags/1.0.1.CR2/pom.xml 2011-04-24 22:05:10 UTC (rev 7241)
@@ -82,8 +82,6 @@
<version>2.0-alpha-5</version>
<extensions>true</extensions>
</plugin>
- <!-- Uncomment to deploy to central -->
- <!--
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-maven-plugin</artifactId>
@@ -92,7 +90,6 @@
<serverAuthId>central-releases-repository</serverAuthId>
</configuration>
</plugin>
- -->
</plugins>
</pluginManagement>
</build>
@@ -103,8 +100,6 @@
<
url>http://fisheye.jboss.org/browse/weld/archetypes/javaee6-webapp/tru...
</scm>
- <!-- Uncomment to deploy to central -->
- <!--
<distributionManagement>
<repository>
<id>central-releases-repository</id>
@@ -112,5 +107,4 @@
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
</repository>
</distributionManagement>
- -->
</project>