matth 2003/09/21 10:58:45
Modified: io project.xml
Log:
Updated project.xml
Revision Changes Path
1.9 +90 -37 jakarta-commons-sandbox/io/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/io/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 21 Aug 2003 18:57:49 -0000 1.8
+++ project.xml 21 Sep 2003 17:58:45 -0000 1.9
@@ -1,56 +1,74 @@
<?xml version="1.0"?>
<project>
- <version>3</version>
- <name>commons-io</name>
- <id>commons-io</id>
+ <pomVersion>3</pomVersion>
+
+ <id>${pom.groupId}-${pom.name}</id>
+ <name>io</name>
+ <groupId>jakarta-commons</groupId>
+
<currentVersion>SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org</url>
- <logo>/images/jakarta-logo-blue.gif</logo>
+ <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
</organization>
- <logo>/images/logo.jpg</logo>
-
+
<inceptionYear>2002</inceptionYear>
<package>org.apache.commons.io</package>
+
+ <logo>/images/logo.jpg</logo>
- <shortDescription>Java Common IO Components</shortDescription>
-
- <!-- Gump integration -->
- <gumpRepositoryId>jakarta-io</gumpRepositoryId>
+ <!-- Gump integration -->
+ <gumpRepositoryId>jakarta-io</gumpRepositoryId>
- <description>
- Commons.IO is a package of Java utility classes for ther classes that are in
java.io's hierarchy, or are considered to be so standard and of such high reuse as to
justify existence in java.io.
- </description>
-
- <url>http://jakarta.apache.org/commons/io/</url>
- <cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</cvsWebUrl>
-
<issueTrackingUrl>http://nagoya.apache.org:8080/scarab/servlet/scarab/</issueTrackingUrl>
+ <description>
+ Commons.IO is a package of Java utility classes for ther classes that
are in java.io's hierarchy, or are considered to be so standard and of such high reuse
as to justify existence in java.io.
+ </description>
+
+ <shortDescription>Java Common IO Components</shortDescription>
+
+ <url>http://jakarta.apache.org/commons/io/</url>
+
+ <issueTrackingUrl>
+ http://nagoya.apache.org:8080/scarab/servlet/scarab/
+ </issueTrackingUrl>
+
<siteAddress>jakarta.apache.org</siteAddress>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory>
-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/</distributionDirectory>
+
+ <distributionDirectory>
+ /www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/
+ </distributionDirectory>
<repository>
- <connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/io</connection>
+ <connection>
+ scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-commons-sandbox/io
+ </connection>
+
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url>
</repository>
- <mailingLists>
- <mailingList>
- <name>Commons User List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]</archive>
- </mailingList>
- <mailingList>
- <name>Commons Developer List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <archive>http://nagoya.apache.org:8080/eyebrowse/[EMAIL PROTECTED]</archive>
- </mailingList>
- </mailingLists>
+ <mailingLists>
+ <mailingList>
+ <name>Commons User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>
+ http://nagoya.apache.org:8080/eyebrowse/[EMAIL
PROTECTED]
+ </archive>
+ </mailingList>
+
+ <mailingList>
+ <name>Commons Developer List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>
+ http://nagoya.apache.org:8080/eyebrowse/[EMAIL
PROTECTED]
+ </archive>
+ </mailingList>
+ </mailingLists>
<developers>
<developer>
@@ -62,6 +80,7 @@
<role>Java Developer</role>
</roles>
</developer>
+
<developer>
<name>dIon Gillard</name>
<id>dion</id>
@@ -71,6 +90,7 @@
<role>Java Developer</role>
</roles>
</developer>
+
<developer>
<name>Nicola Ken Barozzi</name>
<id>nicolaken</id>
@@ -80,6 +100,7 @@
<role>Java Developer</role>
</roles>
</developer>
+
<developer>
<name>Henri Yandell</name>
<id>bayard</id>
@@ -89,6 +110,7 @@
<role>Java Developer</role>
</roles>
</developer>
+
<developer>
<name>Stephen Colebourne</name>
<id>scolebourne</id>
@@ -98,6 +120,7 @@
<role>Java Developer</role>
</roles>
</developer>
+
<developer>
<name>Jeremias Maerki</name>
<id>jeremias</id>
@@ -107,6 +130,17 @@
<role>Java Developer</role>
</roles>
</developer>
+
+ <developer>
+ <name>Matthew Hawthorne</name>
+ <id>matth</id>
+ <email>[EMAIL PROTECTED]</email>
+ <organization/>
+ <roles>
+ <role>Java Developer</role>
+ </roles>
+ </developer>
+
</developers>
@@ -135,6 +169,7 @@
<include>**/*Test*</include>
</includes>
<excludes>
+ <exclude>**/testtools/**</exclude>
<exclude>**/compress/**/*Test*</exclude>
<exclude>**/IOUtilTestCase*</exclude>
</excludes>
@@ -152,11 +187,29 @@
<!-- J A R R E S O U R C E S -->
<!-- Resources that are packaged up inside the JAR file -->
<resources>
- <includes>
- <include>**/*.properties</include>
- </includes>
+ <resource>
+ <includes>
+ <include>**/*.properties</include>
+ </includes>
+ </resource>
</resources>
</build>
-</project>
+ <reports>
+ <report>maven-javadoc-plugin</report>
+ <report>maven-junit-report-plugin</report>
+ <report>maven-jxr-plugin</report>
+
+ <report>maven-checkstyle-plugin</report>
+ <report>maven-clover-plugin</report>
+ <report>maven-linkcheck-plugin</report>
+ <report>maven-pmd-plugin</report>
+
+ <report>maven-changelog-plugin</report>
+ <report>maven-developer-activity-plugin</report>
+ <report>maven-file-activity-plugin</report>
+ <report>maven-statcvs-plugin</report>
+ </reports>
+
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]