Skip to content

Commit 6bafc4b

Browse files
author
Matthew Hawthorne
committed
Updated project.xml
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140391 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2038968 commit 6bafc4b

1 file changed

Lines changed: 88 additions & 35 deletions

File tree

project.xml

Lines changed: 88 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,74 @@
11
<?xml version="1.0"?>
22
<project>
33

4-
<version>3</version>
5-
<name>commons-io</name>
6-
<id>commons-io</id>
4+
<pomVersion>3</pomVersion>
5+
6+
<id>${pom.groupId}-${pom.name}</id>
7+
<name>io</name>
8+
<groupId>jakarta-commons</groupId>
9+
710
<currentVersion>SNAPSHOT</currentVersion>
811

912
<organization>
1013
<name>Apache Software Foundation</name>
1114
<url>http://www.apache.org</url>
12-
<logo>/images/jakarta-logo-blue.gif</logo>
15+
<logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo>
1316
</organization>
14-
<logo>/images/logo.jpg</logo>
15-
17+
1618
<inceptionYear>2002</inceptionYear>
1719
<package>org.apache.commons.io</package>
20+
21+
<logo>/images/logo.jpg</logo>
1822

19-
<shortDescription>Java Common IO Components</shortDescription>
23+
<!-- Gump integration -->
24+
<gumpRepositoryId>jakarta-io</gumpRepositoryId>
2025

21-
<!-- Gump integration -->
22-
<gumpRepositoryId>jakarta-io</gumpRepositoryId>
26+
<description>
27+
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.
28+
</description>
2329

24-
<description>
25-
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.
26-
</description>
30+
<shortDescription>Java Common IO Components</shortDescription>
2731

28-
<url>http://jakarta.apache.org/commons/io/</url>
29-
<cvsWebUrl>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</cvsWebUrl>
30-
<issueTrackingUrl>http://nagoya.apache.org:8080/scarab/servlet/scarab/</issueTrackingUrl>
32+
<url>http://jakarta.apache.org/commons/io/</url>
33+
34+
<issueTrackingUrl>
35+
http://nagoya.apache.org:8080/scarab/servlet/scarab/
36+
</issueTrackingUrl>
37+
3138
<siteAddress>jakarta.apache.org</siteAddress>
3239
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory>
33-
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/</distributionDirectory>
40+
41+
<distributionDirectory>
42+
/www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/
43+
</distributionDirectory>
3444

3545
<repository>
36-
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io</connection>
46+
<connection>
47+
scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io
48+
</connection>
49+
3750
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url>
3851
</repository>
3952

40-
<mailingLists>
41-
<mailingList>
42-
<name>Commons User List</name>
43-
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
44-
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
45-
<archive>http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
46-
</mailingList>
47-
<mailingList>
48-
<name>Commons Developer List</name>
49-
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
50-
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
51-
<archive>http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
52-
</mailingList>
53-
</mailingLists>
53+
<mailingLists>
54+
<mailingList>
55+
<name>Commons User List</name>
56+
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
57+
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
58+
<archive>
59+
http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org
60+
</archive>
61+
</mailingList>
62+
63+
<mailingList>
64+
<name>Commons Developer List</name>
65+
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
66+
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
67+
<archive>
68+
http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org
69+
</archive>
70+
</mailingList>
71+
</mailingLists>
5472

5573
<developers>
5674
<developer>
@@ -62,6 +80,7 @@
6280
<role>Java Developer</role>
6381
</roles>
6482
</developer>
83+
6584
<developer>
6685
<name>dIon Gillard</name>
6786
<id>dion</id>
@@ -71,6 +90,7 @@
7190
<role>Java Developer</role>
7291
</roles>
7392
</developer>
93+
7494
<developer>
7595
<name>Nicola Ken Barozzi</name>
7696
<id>nicolaken</id>
@@ -80,6 +100,7 @@
80100
<role>Java Developer</role>
81101
</roles>
82102
</developer>
103+
83104
<developer>
84105
<name>Henri Yandell</name>
85106
<id>bayard</id>
@@ -89,6 +110,7 @@
89110
<role>Java Developer</role>
90111
</roles>
91112
</developer>
113+
92114
<developer>
93115
<name>Stephen Colebourne</name>
94116
<id>scolebourne</id>
@@ -98,6 +120,7 @@
98120
<role>Java Developer</role>
99121
</roles>
100122
</developer>
123+
101124
<developer>
102125
<name>Jeremias Maerki</name>
103126
<id>jeremias</id>
@@ -107,6 +130,17 @@
107130
<role>Java Developer</role>
108131
</roles>
109132
</developer>
133+
134+
<developer>
135+
<name>Matthew Hawthorne</name>
136+
<id>matth</id>
137+
<email>matth@apache.org</email>
138+
<organization/>
139+
<roles>
140+
<role>Java Developer</role>
141+
</roles>
142+
</developer>
143+
110144
</developers>
111145

112146

@@ -135,6 +169,7 @@
135169
<include>**/*Test*</include>
136170
</includes>
137171
<excludes>
172+
<exclude>**/testtools/**</exclude>
138173
<exclude>**/compress/**/*Test*</exclude>
139174
<exclude>**/IOUtilTestCase*</exclude>
140175
</excludes>
@@ -152,11 +187,29 @@
152187
<!-- J A R R E S O U R C E S -->
153188
<!-- Resources that are packaged up inside the JAR file -->
154189
<resources>
155-
<includes>
156-
<include>**/*.properties</include>
157-
</includes>
190+
<resource>
191+
<includes>
192+
<include>**/*.properties</include>
193+
</includes>
194+
</resource>
158195
</resources>
159196
</build>
160197

161-
</project>
162198

199+
<reports>
200+
<report>maven-javadoc-plugin</report>
201+
<report>maven-junit-report-plugin</report>
202+
<report>maven-jxr-plugin</report>
203+
204+
<report>maven-checkstyle-plugin</report>
205+
<report>maven-clover-plugin</report>
206+
<report>maven-linkcheck-plugin</report>
207+
<report>maven-pmd-plugin</report>
208+
209+
<report>maven-changelog-plugin</report>
210+
<report>maven-developer-activity-plugin</report>
211+
<report>maven-file-activity-plugin</report>
212+
<report>maven-statcvs-plugin</report>
213+
</reports>
214+
215+
</project>

0 commit comments

Comments
 (0)