You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2011/03/01 18:03:44 UTC

svn commit: r1075918 - /chemistry/chemistry-jar-resource-bundle/trunk/pom.xml

Author: gabriele
Date: Tue Mar  1 17:03:43 2011
New Revision: 1075918

URL: http://svn.apache.org/viewvc?rev=1075918&view=rev
Log:
added metadata to comply to central maven repo requirements

Modified:
    chemistry/chemistry-jar-resource-bundle/trunk/pom.xml

Modified: chemistry/chemistry-jar-resource-bundle/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/chemistry-jar-resource-bundle/trunk/pom.xml?rev=1075918&r1=1075917&r2=1075918&view=diff
==============================================================================
--- chemistry/chemistry-jar-resource-bundle/trunk/pom.xml (original)
+++ chemistry/chemistry-jar-resource-bundle/trunk/pom.xml Tue Mar  1 17:03:43 2011
@@ -20,9 +20,28 @@
   <packaging>jar</packaging>
 
   <name>chemistry-jar-resource-bundle</name>
+  <description>Used by Chemistry subprojects (e.g. OpenCMIS) to  centralize the use of custom resources across release packages.</description>
   <url>http://chemistry.apache.org</url>
 
- <build>
+  <licenses>
+      <license>
+          <name>Apache 2</name>
+          <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+          <distribution>repo</distribution>
+      </license>
+  </licenses>
+
+  <developers>
+        <developer>
+            <name>The Chemistry Team</name>
+            <id>chemistry-dev</id>
+            <roles>
+                <role>developer</role>
+            </roles>
+        </developer>
+  </developers>
+
+  <build>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
@@ -35,7 +54,6 @@
     </plugins>
   </build>
 
-
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>