[seam-commits] Seam SVN: r14091 - branches/community/Seam_2_2/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Apr 27 07:15:11 EDT 2011


Author: manaRH
Date: 2011-04-27 07:15:11 -0400 (Wed, 27 Apr 2011)
New Revision: 14091

Modified:
   branches/community/Seam_2_2/build/root.pom.xml
Log:
added minimal required maven pom elements to root pom artifact

Modified: branches/community/Seam_2_2/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_2/build/root.pom.xml	2011-04-26 15:40:22 UTC (rev 14090)
+++ branches/community/Seam_2_2/build/root.pom.xml	2011-04-27 11:15:11 UTC (rev 14091)
@@ -9,6 +9,24 @@
   <version>@seam.version@</version>
   <name>JBoss Seam</name>
   <packaging>pom</packaging>
+  <description>JBoss Seam Framework for Java EE 5 environment</description>
+  <url>http://seamframework.org/Seam2</url>
+  <licenses>
+  	<license>
+  		<name>GNU Lesser General Public License</name>
+  		<url>http://www.gnu.org/copyleft/lesser.txt</url>
+  	</license>
+  </licenses>
+  <scm>
+    <url>http://fisheye.jboss.org/browse/Seam</url>
+    <connection>http://anonsvn.jboss.org/repos/seam</connection>
+    <developerConnection>https://svn.jboss.org/repos/seam</developerConnection>
+  </scm>
+  <developers>
+    <developer>      
+      <name>Seam Committers</name>
+    </developer>
+  </developers>
   
   <!-- Externalize some version numbers here -->
   <properties>



More information about the seam-commits mailing list