|
1 | 1 | <?xml version="1.0"?> |
2 | | -<project> |
3 | | - |
4 | | - <pomVersion>3</pomVersion> |
5 | | - |
6 | | - <id>commons-io</id> |
7 | | - <name>io</name> |
8 | | - <groupId>jakarta-commons</groupId> |
9 | | - |
10 | | - <currentVersion>SNAPSHOT</currentVersion> |
11 | | - |
12 | | - <organization> |
13 | | - <name>Apache Software Foundation</name> |
14 | | - <url>http://www.apache.org</url> |
15 | | - <logo>http://jakarta.apache.org/commons/images/jakarta-logo-blue.gif</logo> |
16 | | - </organization> |
17 | 2 |
|
18 | | - <inceptionYear>2002</inceptionYear> |
19 | | - <package>org.apache.commons.io</package> |
20 | | - <logo>/images/logo.gif</logo> |
21 | | - |
22 | | - <!-- Gump integration --> |
23 | | - <gumpRepositoryId>jakarta-io</gumpRepositoryId> |
24 | | - |
25 | | - <description> |
| 3 | +<project> |
| 4 | + <extend>../project.xml</extend> |
| 5 | + <name>IO</name> |
| 6 | + <id>commons-io</id> |
| 7 | + |
| 8 | + <organization> |
| 9 | + <name>Apache Software Foundation</name> |
| 10 | + <url>http://www.apache.org</url> |
| 11 | + <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo> |
| 12 | + </organization> |
| 13 | + <logo><!--/images/logo.png--></logo> |
| 14 | + |
| 15 | + <currentVersion>SNAPSHOT</currentVersion> |
| 16 | + <inceptionYear>2002</inceptionYear> |
| 17 | + <shortDescription>Commons IO</shortDescription> |
| 18 | + <description> |
26 | 19 | Commons.IO is a package of Java utility classes for java.io's |
27 | 20 | hierarchy. Classes in this package are considered to be so standard |
28 | 21 | and of such high reuse as to justify existence in java.io. |
29 | | - </description> |
30 | | - |
31 | | - <shortDescription>Java Common IO Components</shortDescription> |
32 | | - |
33 | | - <url>http://jakarta.apache.org/commons/sandbox/io/</url> |
34 | | - |
35 | | - <issueTrackingUrl> |
36 | | - http://issues.apache.org/bugzilla/ |
37 | | - </issueTrackingUrl> |
38 | | - |
39 | | - <siteAddress>jakarta.apache.org</siteAddress> |
40 | | - <siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory> |
41 | | - |
42 | | - <distributionDirectory> |
43 | | - /www/jakarta.apache.org/builds/jakarta-commons-sandbox/io/ |
44 | | - </distributionDirectory> |
45 | | - |
46 | | - <repository> |
47 | | - <connection> |
48 | | - scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io |
49 | | - </connection> |
50 | | - |
51 | | - <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url> |
52 | | - </repository> |
53 | | - |
54 | | - <mailingLists> |
55 | | - <mailingList> |
56 | | - <name>Commons User List</name> |
57 | | - |
58 | | - <subscribe> |
59 | | - commons-user-subscribe@jakarta.apache.org |
60 | | - </subscribe> |
61 | | - |
62 | | - <unsubscribe> |
63 | | - commons-user-unsubscribe@jakarta.apache.org |
64 | | - </unsubscribe> |
| 22 | + </description> |
| 23 | + <url>http://jakarta.apache.org/commons/sandbox/io/</url> |
65 | 24 |
|
66 | | - <archive> |
67 | | - http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org |
68 | | - </archive> |
69 | | - </mailingList> |
| 25 | + <siteAddress>jakarta.apache.org</siteAddress> |
| 26 | + <siteDirectory>/www/jakarta.apache.org/commons/sandbox/io/</siteDirectory> |
70 | 27 |
|
71 | | - <mailingList> |
72 | | - <name>Commons Developer List</name> |
73 | | - <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> |
74 | | - <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> |
75 | | - <archive> |
76 | | - http://nagoya.apache.org:8080/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org |
77 | | - </archive> |
78 | | - </mailingList> |
79 | | - </mailingLists> |
| 28 | + <repository> |
| 29 | + <connection> |
| 30 | + scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/io |
| 31 | + </connection> |
| 32 | + <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url> |
| 33 | + </repository> |
80 | 34 |
|
81 | 35 | <developers> |
82 | 36 | <developer> |
|
122 | 76 | <developer> |
123 | 77 | <name>Stephen Colebourne</name> |
124 | 78 | <id>scolebourne</id> |
125 | | - <email>scolebourne@apache.org</email> |
126 | 79 | <organization>SITA ATS</organization> |
127 | 80 | <roles> |
128 | 81 | <role>Java Developer</role> |
|
203 | 156 | </resources> |
204 | 157 | </build> |
205 | 158 |
|
206 | | - <reports> |
207 | | - <report>maven-javadoc-plugin</report> |
208 | | - <report>maven-junit-report-plugin</report> |
209 | | - <report>maven-jxr-plugin</report> |
210 | | - |
211 | | - <report>maven-checkstyle-plugin</report> |
212 | | - <report>maven-clover-plugin</report> |
213 | | - <report>maven-linkcheck-plugin</report> |
214 | | - <report>maven-pmd-plugin</report> |
215 | | - |
216 | | - <report>maven-changes-plugin</report> |
217 | | - <report>maven-changelog-plugin</report> |
218 | | - <report>maven-developer-activity-plugin</report> |
219 | | - <report>maven-file-activity-plugin</report> |
220 | | - |
221 | | - <!-- |
222 | | - TODO: This plugin just takes too damn long. |
223 | | - Maybe uncomment it when we do a release. |
224 | | - <report>maven-statcvs-plugin</report> |
225 | | - --> |
226 | | - </reports> |
| 159 | + <reports> |
| 160 | + <report>maven-changelog-plugin</report> |
| 161 | + <report>maven-changes-plugin</report> |
| 162 | + <!--report>maven-checkstyle-plugin</report--> |
| 163 | + <!--report>maven-clover-plugin</report--> |
| 164 | + <report>maven-developer-activity-plugin</report> |
| 165 | + <report>maven-file-activity-plugin</report> |
| 166 | + <report>maven-javadoc-plugin</report> |
| 167 | + <!--report>maven-jellydoc-plugin</report--> |
| 168 | + <report>maven-junit-report-plugin</report> |
| 169 | + <report>maven-jxr-plugin</report> |
| 170 | + <report>maven-license-plugin</report> |
| 171 | + <!--report>maven-linkcheck-plugin</report--> |
| 172 | + <!--report>maven-statcvs-plugin</report--> |
| 173 | + <!--report>maven-tasklist-plugin</report--> |
| 174 | + </reports> |
227 | 175 |
|
228 | 176 | </project> |
0 commit comments