[picocontainer-scm] [5756] java/2.x/trunk/pico/pom.xml: making pom nexus compatible
paul-yCVjj/[email protected] Sat, 26 Feb 2011 14:43:29 -0600 (CST)
| Newsgroups | gmane.comp.java.picocontainer.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision 5756
Author paul
Date 2011-02-26 14:43:28 -0600 (Sat, 26 Feb 2011)
Log Message
making pom nexus compatible
Modified Paths
- java/2.x/trunk/pico/pom.xml
Diff
Modified: java/2.x/trunk/pico/pom.xml (5755 => 5756)
--- java/2.x/trunk/pico/pom.xml 2011-02-12 13:58:52 UTC (rev 5755)
+++ java/2.x/trunk/pico/pom.xml 2011-02-26 20:43:28 UTC (rev 5756)
@@ -1,5 +1,10 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.codehaus</groupId>
+ <artifactId>codehaus-parent</artifactId>
+ <version>3</version>
+ </parent>
<groupId>org.picocontainer</groupId>
<artifactId>picocontainer-parent</artifactId>
<name>PicoContainer Parent</name>
@@ -17,21 +22,15 @@
<url>http://codehaus.org/</url>
</organization>
<inceptionYear>2003</inceptionYear>
- <description><![CDATA[Please refer to the <a href="http://picocontainer.org/">site</a> for documentation.]]></description>
+ <description>A small Java embeddable Dependency Injection container</description>
<issueManagement>
<system>JIRA</system>
<url>http://jira.codehaus.org/browse/PICO</url>
</issueManagement>
- <licenses>
- <license>
- <url>https://svn.codehaus.org/picocontainer/java/picocontainer/2.x/trunk/LICENSE.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
<scm>
<connection>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/trunk/pico</connection>
<developerConnection>scm:svn:https://svn.codehaus.org/picocontainer/java/2.x/trunk/pico</developerConnection>
- <url>https://svn.codehaus.org/picocontainer/java/2.x/trunk/pico</url>
+ <url>http://svn.codehaus.org/picocontainer/java/2.x/trunk/pico</url>
</scm>
<distributionManagement>
<repository>
@@ -48,14 +47,14 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>picocontainer</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
- <groupId>${pom.groupId}</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>picocontainer-tck</artifactId>
- <version>${pom.version}</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
<!-- For JavaEE5 annotations -->
@@ -251,6 +250,7 @@
<executions>
<execution>
<id>attach-javadocs</id>
+ <phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
@@ -482,4 +482,24 @@
</reporting>
</profile>
</profiles>
+
+ <licenses>
+ <license>
+ <name>BSD</name>
+ <url>LICENSE.txt</url>
+ </license>
+ </licenses>
+
+ <developers>
+ <developer>
+ <id>devs</id>
+ <name>Developers</name>
+ <email>dev-qxt/[email protected]</email>
+ <roles>
+ <role>developer</role>
+ </roles>
+ <timezone>-6</timezone>
+ </developer>
+ </developers>
+
</project>
----------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email