[weld-commits] Weld SVN: r7222 - archetypes/javaee6-webapp/tags/1.0.1.CR1.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Thu Mar 31 19:09:44 EDT 2011


Author: dan.j.allen
Date: 2011-03-31 19:09:44 -0400 (Thu, 31 Mar 2011)
New Revision: 7222

Modified:
   archetypes/javaee6-webapp/tags/1.0.1.CR1/pom.xml
Log:
use central as dist repo

Modified: archetypes/javaee6-webapp/tags/1.0.1.CR1/pom.xml
===================================================================
--- archetypes/javaee6-webapp/tags/1.0.1.CR1/pom.xml	2011-03-31 23:08:54 UTC (rev 7221)
+++ archetypes/javaee6-webapp/tags/1.0.1.CR1/pom.xml	2011-03-31 23:09:44 UTC (rev 7222)
@@ -83,7 +83,6 @@
                     <extensions>true</extensions>
                 </plugin>
                 <!-- Uncomment to deploy to central -->
-                <!--
                 <plugin>
                     <groupId>org.sonatype.plugins</groupId>
                     <artifactId>nexus-maven-plugin</artifactId>
@@ -92,7 +91,6 @@
                         <serverAuthId>central-releases-repository</serverAuthId>
                     </configuration>
                 </plugin>
-                -->
             </plugins>
         </pluginManagement>
     </build>
@@ -104,7 +102,6 @@
     </scm>
 
     <!-- Uncomment to deploy to central -->
-    <!--
     <distributionManagement>
         <repository>
             <id>central-releases-repository</id>
@@ -112,5 +109,4 @@
             <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
         </repository>
     </distributionManagement>
-    -->
 </project>



More information about the weld-commits mailing list