[weld-commits] Weld SVN: r6504 - archetypes/branches/prototype/generated-archetype.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jun 19 01:57:39 EDT 2010


Author: dan.j.allen
Date: 2010-06-19 01:57:39 -0400 (Sat, 19 Jun 2010)
New Revision: 6504

Modified:
   archetypes/branches/prototype/generated-archetype/pom.xml
Log:
inherit from weld parent


Modified: archetypes/branches/prototype/generated-archetype/pom.xml
===================================================================
--- archetypes/branches/prototype/generated-archetype/pom.xml	2010-06-19 05:47:31 UTC (rev 6503)
+++ archetypes/branches/prototype/generated-archetype/pom.xml	2010-06-19 05:57:39 UTC (rev 6504)
@@ -2,6 +2,12 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.jboss.weld</groupId>
+    <artifactId>weld-parent</artifactId>
+    <version>11</version>
+  </parent>
+
   <groupId>org.jboss.weld.archetypes</groupId>
   <artifactId>weld-basic-javaee6-webapp</artifactId>
   <version>1.0.0-SNAPSHOT</version>
@@ -11,13 +17,6 @@
 
   <description>An archetype that generates a basic Java EE 6 webapp project</description>
 
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
-    </license>
-  </licenses>
-
   <url>http://seamframework.org/Documentation/WeldQuickstartForMavenUsers</url>
 
   <developers>
@@ -32,20 +31,25 @@
       <url>http://info.rmatics.org/</url>
     </developer>
     <developer>
+      <name>Dan Allen</name>
+      <roles>
+        <role>Weld archetypes lead</role>
+      </roles>
+      <email>dan.j.allen at gmail.com</email>
+      <organization>JBoss, by Red Hat</organization>
+      <organizationUrl>http://redhat.com/jboss</organizationUrl>
+      <url>http://community.jboss.org/people/dan.j.allen</url>
+    </developer>
+    <developer>
       <name>Pete Muir</name>
       <roles>
          <role>Weld project lead</role>
       </roles>
       <email>pete.muir at jboss.org</email>
       <organization>Red Hat Inc.</organization>
+      <organizationUrl>http://redhat.com/jboss</organizationUrl>
       <url>http://in.relation.to/Bloggers/Pete</url>
     </developer>
-    <developer>
-      <name>Dan Allen</name>
-      <email>dan.j.allen at gmail.com</email>
-      <organization>JBoss, by Red Hat</organization>
-      <url>http://in.relation.to/Bloggers/Dan</url>
-    </developer>
   </developers>
 
   <build>
@@ -68,18 +72,6 @@
     </pluginManagement>
   </build>
 
-  <distributionManagement>
-    <repository>
-      <id>oss.sonatype.org/jboss-staging</id>
-      <name>Sonatype Nexus Maven Repository</name>
-      <url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
-    </repository>
-    <snapshotRepository>
-      <id>oss.sonatype.org/jboss-snapshots</id>
-      <name>Sonatype Nexus Snapshot Repository</name>
-      <url>http://oss.sonatype.org/content/repositories/jboss-snapshots</url>
-    </snapshotRepository>
-  </distributionManagement>
   <scm>
     <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/trunk</connection>
     <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/trunk</developerConnection>



More information about the weld-commits mailing list