Author: veithen
Date: Sun Jan 8 20:33:24 2012
New Revision: 1228945
URL: http://svn.apache.org/viewvc?rev=1228945&view=rev
Log:
Filling in some basic POM metadata so that maven-project-info-reports-plugin
can generate meaningful reports.
Modified:
axis/axis1/java/trunk/pom.xml
Modified: axis/axis1/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1228945&r1=1228944&r2=1228945&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Jan 8 20:33:24 2012
@@ -30,6 +30,32 @@
<version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<url>http://axis.apache.org/axis/java/</url>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://issues.apache.org/jira/browse/AXIS</url>
+ </issueManagement>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis1/java/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis1/java/trunk</developerConnection>
+ <url>http://svn.apache.org/viewvc/axis/axis1/java/trunk</url>
+ </scm>
+ <mailingLists>
+ <mailingList>
+ <name>Developer List</name>
+ <subscribe>[email protected]</subscribe>
+ <unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/axis-java-dev/</archive>
+ </mailingList>
+ <mailingList>
+ <name>User List</name>
+ <subscribe>[email protected]</subscribe>
+
<unsubscribe>[email protected]</unsubscribe>
+ <post>[email protected]</post>
+
<archive>http://mail-archives.apache.org/mod_mbox/axis-axis1-java-user/</archive>
+ </mailingList>
+ </mailingLists>
+ <inceptionYear>2001</inceptionYear>
<modules>
<module>axis</module>
<module>axis-jaxrpc</module>