Author: pete.muir(a)jboss.org
Date: 2010-01-30 08:50:38 -0500 (Sat, 30 Jan 2010)
New Revision: 5682
Modified:
core/trunk/bom/pom.xml
core/trunk/embedded-tck-runner/pom.xml
core/trunk/impl/pom.xml
core/trunk/inject-tck-runner/pom.xml
core/trunk/jboss-as/pom.xml
core/trunk/jboss-tck-runner/pom.xml
core/trunk/osgi-bundle/pom.xml
core/trunk/porting-package/pom.xml
core/trunk/tests/pom.xml
Log:
add url and license to poms
Modified: core/trunk/bom/pom.xml
===================================================================
--- core/trunk/bom/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/bom/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -12,7 +12,6 @@
</parent>
<name>Weld Core BOM</name>
- <
url>http://www.seamframework.org/Weld</url>
<!-- Minimal project metadata, for more see parent/pom.xml -->
<description>Weld Core "bill of materials" which can be imported by
any project using the Weld implementation of CDI. It provides dependency management for
the implementation.</description>
@@ -24,6 +23,7 @@
<
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
</license>
</licenses>
+ <
url>http://www.seamframework.org/Weld</url>
<developers>
<developer>
Modified: core/trunk/embedded-tck-runner/pom.xml
===================================================================
--- core/trunk/embedded-tck-runner/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/embedded-tck-runner/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -9,7 +9,17 @@
<artifactId>weld-embedded-tck-runner</artifactId>
<name>CDI TCK runner for JBoss Emebedded</name>
<description>Aggregates dependencies and run's the CDI TCK on JBoss
Embedded</description>
-
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<dependencies>
<dependency>
Modified: core/trunk/impl/pom.xml
===================================================================
--- core/trunk/impl/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/impl/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -10,6 +10,17 @@
<artifactId>weld-core</artifactId>
<name>Weld Core Implementation</name>
<description>Weld's implementation of CDI</description>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<dependencies>
<dependency>
Modified: core/trunk/inject-tck-runner/pom.xml
===================================================================
--- core/trunk/inject-tck-runner/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/inject-tck-runner/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -10,6 +10,14 @@
<artifactId>weld-inject-tck-runner</artifactId>
<name>AtInject TCK runner for Weld</name>
<description>Aggregates dependencies and run's the AtInject TCK for
Weld</description>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
<dependencies>
Modified: core/trunk/jboss-as/pom.xml
===================================================================
--- core/trunk/jboss-as/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/jboss-as/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -18,6 +18,16 @@
<!-- Minimal metadata -->
<description>A script to update Weld in JBoss AS</description>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<properties>
<weld-deployer.version>6.0.0-SNAPSHOT</weld-deployer.version>
</properties>
Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/jboss-tck-runner/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -10,6 +10,16 @@
<artifactId>weld-jboss-tck-runner</artifactId>
<name>CDI TCK runner for Weld</name>
<description>Aggregates dependencies and runs the CDI TCK (both standalone and
on JBoss AS)</description>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
<dependencies>
<dependency>
Modified: core/trunk/osgi-bundle/pom.xml
===================================================================
--- core/trunk/osgi-bundle/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/osgi-bundle/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -43,6 +43,16 @@
</developer>
</developers>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<properties>
<osgi.version>1.0</osgi.version>
</properties>
Modified: core/trunk/porting-package/pom.xml
===================================================================
--- core/trunk/porting-package/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/porting-package/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -9,6 +9,17 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-porting-package</artifactId>
<name>Weld Porting Package for the CDI TCK</name>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<dependencies>
<dependency>
Modified: core/trunk/tests/pom.xml
===================================================================
--- core/trunk/tests/pom.xml 2010-01-30 13:36:09 UTC (rev 5681)
+++ core/trunk/tests/pom.xml 2010-01-30 13:50:38 UTC (rev 5682)
@@ -10,6 +10,17 @@
<artifactId>weld-core-test</artifactId>
<name>Weld Core Tests</name>
<description>Tests for Weld, not including the CDI and AtInject
TCKs</description>
+
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <distribution>repo</distribution>
+ <
url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
+ </license>
+ </licenses>
+ <
url>http://www.seamframework.org/Weld</url>
+
+
<dependencies>
<dependency>