You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/05/08 21:34:11 UTC

svn commit: r1335711 - /tomcat/trunk/res/maven/

Author: markt
Date: Tue May  8 19:34:10 2012
New Revision: 1335711

URL: http://svn.apache.org/viewvc?rev=1335711&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53034
Add project.url and project.licenses setions to all the POMs

Modified:
    tomcat/trunk/res/maven/tomcat-annotations-api.pom
    tomcat/trunk/res/maven/tomcat-api.pom
    tomcat/trunk/res/maven/tomcat-catalina-ant.pom
    tomcat/trunk/res/maven/tomcat-catalina-ha.pom
    tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom
    tomcat/trunk/res/maven/tomcat-catalina-ws.pom
    tomcat/trunk/res/maven/tomcat-catalina.pom
    tomcat/trunk/res/maven/tomcat-coyote.pom
    tomcat/trunk/res/maven/tomcat-dbcp.pom
    tomcat/trunk/res/maven/tomcat-el-api.pom
    tomcat/trunk/res/maven/tomcat-embed-core.pom
    tomcat/trunk/res/maven/tomcat-embed-jasper.pom
    tomcat/trunk/res/maven/tomcat-embed-logging-juli.pom
    tomcat/trunk/res/maven/tomcat-embed-logging-log4j.pom
    tomcat/trunk/res/maven/tomcat-extras-juli-adapters.pom
    tomcat/trunk/res/maven/tomcat-extras-juli.pom
    tomcat/trunk/res/maven/tomcat-i18n-es.pom
    tomcat/trunk/res/maven/tomcat-i18n-fr.pom
    tomcat/trunk/res/maven/tomcat-i18n-ja.pom
    tomcat/trunk/res/maven/tomcat-jasper-el.pom
    tomcat/trunk/res/maven/tomcat-jasper.pom
    tomcat/trunk/res/maven/tomcat-jdbc.pom
    tomcat/trunk/res/maven/tomcat-jni.pom
    tomcat/trunk/res/maven/tomcat-jsp-api.pom
    tomcat/trunk/res/maven/tomcat-juli.pom
    tomcat/trunk/res/maven/tomcat-servlet-api.pom
    tomcat/trunk/res/maven/tomcat-spdy.pom
    tomcat/trunk/res/maven/tomcat-tribes.pom
    tomcat/trunk/res/maven/tomcat-util.pom

Modified: tomcat/trunk/res/maven/tomcat-annotations-api.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-annotations-api.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-annotations-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-annotations-api.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-annotations-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Annotations Package</description>
+    <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>
\ No newline at end of file

Modified: tomcat/trunk/res/maven/tomcat-api.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-api.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-api.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Definition of interfaces shared by Catalina and Jasper</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ant.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ant.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ant.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ant.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-catalina-ant</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Ant tasks for remote management</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ha.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ha.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ha.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ha.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-catalina-ha</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat High Availability Implementation</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-jmx-remote.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-catalina-jmx-remote</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Remote JMX listener</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-catalina-ws.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina-ws.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina-ws.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina-ws.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-catalina-ws</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat JNDI Factory for Web Services</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-catalina.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-catalina.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-catalina.pom (original)
+++ tomcat/trunk/res/maven/tomcat-catalina.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-catalina</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Servlet Engine Core Classes and Standard implementations</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-coyote.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-coyote.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-coyote.pom (original)
+++ tomcat/trunk/res/maven/tomcat-coyote.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-coyote</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Connectors and HTTP parser</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-dbcp.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-dbcp.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-dbcp.pom (original)
+++ tomcat/trunk/res/maven/tomcat-dbcp.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-dbcp</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Database Connection Pooling package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-el-api.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-el-api.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-el-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-el-api.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-el-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Expression language package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-embed-core.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-core.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-core.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-core.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-embed-core</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat.embed</groupId>

Modified: tomcat/trunk/res/maven/tomcat-embed-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-jasper.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-jasper.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-embed-jasper</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Core Tomcat implementation</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat.embed</groupId>

Modified: tomcat/trunk/res/maven/tomcat-embed-logging-juli.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-logging-juli.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-logging-juli.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-logging-juli.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-embed-logging-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>JULI logging implementation for embedded Tomcat</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-embed-logging-log4j.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-logging-log4j.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-logging-log4j.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-logging-log4j.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-embed-logging-log4j</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>log4j logging implementation for embedded Tomcat</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-extras-juli-adapters.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-extras-juli-adapters.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-extras-juli-adapters.pom (original)
+++ tomcat/trunk/res/maven/tomcat-extras-juli-adapters.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-extras-juli-adapters</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Adapters to plug in other logging frameworks in Tomcat</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat.extras</groupId>

Modified: tomcat/trunk/res/maven/tomcat-extras-juli.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-extras-juli.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-extras-juli.pom (original)
+++ tomcat/trunk/res/maven/tomcat-extras-juli.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-extras-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Replacement for Tomcat Core Logging Package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-i18n-es.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-es.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-es.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-es.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-i18n-es</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Spanish translations</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-i18n-fr.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-fr.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-fr.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-fr.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-i18n-fr</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>French translations</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-i18n-ja.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-ja.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-ja.pom (original)
+++ tomcat/trunk/res/maven/tomcat-i18n-ja.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-i18n-ja</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Japanese translations</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-jasper-el.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jasper-el.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jasper-el.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jasper-el.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-jasper-el</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Jasper Expression Language Impl</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jasper.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jasper.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-jasper</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcats JSP Parser</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-jdbc.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jdbc.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jdbc.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jdbc.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-jdbc</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat JDBC Pool Package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-jni.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jni.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jni.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jni.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-jni</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Interface code to the native connector</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-jsp-api.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-jsp-api.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-jsp-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-jsp-api.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,19 @@
   <artifactId>tomcat-jsp-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>JSP package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>Common Development And Distribution License (CDDL) Version 1.0</name>
+      <url>http://www.opensource.org/licenses/cddl1.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-juli.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-juli.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-juli.pom (original)
+++ tomcat/trunk/res/maven/tomcat-juli.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,12 @@
   <artifactId>tomcat-juli</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Core Logging Package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-servlet-api.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-servlet-api.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-servlet-api.pom (original)
+++ tomcat/trunk/res/maven/tomcat-servlet-api.pom Tue May  8 19:34:10 2012
@@ -21,4 +21,17 @@
   <artifactId>tomcat-servlet-api</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>javax.servlet package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+    <license>
+      <name>Common Development And Distribution License (CDDL) Version 1.0</name>
+      <url>http://www.opensource.org/licenses/cddl1.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 </project>

Modified: tomcat/trunk/res/maven/tomcat-spdy.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-spdy.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-spdy.pom (original)
+++ tomcat/trunk/res/maven/tomcat-spdy.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-spdy</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>SPDY implementation</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-tribes.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-tribes.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-tribes.pom (original)
+++ tomcat/trunk/res/maven/tomcat-tribes.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-tribes</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Tomcat Group Communication Package</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>

Modified: tomcat/trunk/res/maven/tomcat-util.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-util.pom?rev=1335711&r1=1335710&r2=1335711&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-util.pom (original)
+++ tomcat/trunk/res/maven/tomcat-util.pom Tue May  8 19:34:10 2012
@@ -21,6 +21,14 @@
   <artifactId>tomcat-util</artifactId>
   <version>@MAVEN.DEPLOY.VERSION@</version>
   <description>Common code shared by Catalina and Jasper</description>
+  <url>http://tomcat.apache.org</url>
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
   <dependencies>
     <dependency>
       <groupId>org.apache.tomcat</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org