Author: dan.j.allen
Date: 2011-03-31 18:08:50 -0400 (Thu, 31 Mar 2011)
New Revision: 7219
Modified:
archetypes/javaee6-webapp/trunk/archetype-pom.xml
Log:
update central configs; rearrange
Modified: archetypes/javaee6-webapp/trunk/archetype-pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/archetype-pom.xml 2011-03-31 22:01:03 UTC (rev 7218)
+++ archetypes/javaee6-webapp/trunk/archetype-pom.xml 2011-03-31 22:08:50 UTC (rev 7219)
@@ -8,21 +8,6 @@
<artifactId>weld-parent</artifactId>
<version>17</version>
</parent>
- <repositories>
- <!-- Neeeded for weld-parent. -->
- <repository>
- <id>jboss-public-repository</id>
- <name>JBoss Repository</name>
- <
url>http://repository.jboss.org/nexus/content/groups/public</url>
- <!-- These optional flags are designed to speed up your builds by reducing
remote server calls -->
- <releases>
- <updatePolicy>never</updatePolicy>
- </releases>
- <snapshots>
- <updatePolicy>daily</updatePolicy>
- </snapshots>
- </repository>
- </repositories>
<groupId>org.jboss.weld.archetypes</groupId>
<artifactId>jboss-javaee6-webapp</artifactId>
@@ -33,7 +18,7 @@
<description>An archetype that generates a starter Java EE 6 webapp
project</description>
-
<
url>http://seamframework.org/Documentation/WeldQuickstartForMavenUsers...
+ <
url>http://tinyurl.com/gojavaee</url>
<developers>
<developer>
@@ -66,6 +51,21 @@
</developer>
</developers>
+ <repositories>
+ <repository>
+ <id>jboss-public-repository</id>
+ <name>JBoss Repository</name>
+ <
url>http://repository.jboss.org/nexus/content/groups/public</url>
+ <!-- These optional flags are designed to speed up your builds by reducing
remote server calls -->
+ <releases>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
+
<build>
<extensions>
<extension>
@@ -82,6 +82,17 @@
<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>
+ <configuration>
+ <nexusUrl>https://oss.sonatype.org</nexusUrl>
+ <serverAuthId>central-releases-repository</serverAuthId>
+ </configuration>
+ </plugin>
+ -->
</plugins>
</pluginManagement>
</build>
@@ -93,8 +104,13 @@
</scm>
<!-- Uncomment to deploy to central -->
- <!-- <distributionManagement> <repository>
<id>central-releases-repository</id> <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> -->
+ <!--
+ <distributionManagement>
+ <repository>
+ <id>central-releases-repository</id>
+ <name>Sonatype Nexus Maven Repository</name>
+
<
url>http://oss.sonatype.org/service/local/staging/deploy/maven2</ur...
+ </repository>
+ </distributionManagement>
+ -->
</project>