|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <project> |
3 | 3 |
|
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 | + |
7 | 10 | <currentVersion>SNAPSHOT</currentVersion> |
8 | 11 |
|
9 | 12 | <organization> |
10 | 13 | <name>Apache Software Foundation</name> |
11 | 14 | <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> |
13 | 16 | </organization> |
14 | | - <logo>/images/logo.jpg</logo> |
15 | | - |
| 17 | + |
16 | 18 | <inceptionYear>2002</inceptionYear> |
17 | 19 | <package>org.apache.commons.io</package> |
| 20 | + |
| 21 | + <logo>/images/logo.jpg</logo> |
18 | 22 |
|
19 | | - <shortDescription>Java Common IO Components</shortDescription> |
| 23 | + <!-- Gump integration --> |
| 24 | + <gumpRepositoryId>jakarta-io</gumpRepositoryId> |
20 | 25 |
|
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> |
23 | 29 |
|
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> |
27 | 31 |
|
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 | + |
31 | 38 | <siteAddress>jakarta.apache.org</siteAddress> |
32 | 39 | <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> |
34 | 44 |
|
35 | 45 | <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 | + |
37 | 50 | <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/</url> |
38 | 51 | </repository> |
39 | 52 |
|
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> |
54 | 72 |
|
55 | 73 | <developers> |
56 | 74 | <developer> |
|
62 | 80 | <role>Java Developer</role> |
63 | 81 | </roles> |
64 | 82 | </developer> |
| 83 | + |
65 | 84 | <developer> |
66 | 85 | <name>dIon Gillard</name> |
67 | 86 | <id>dion</id> |
|
71 | 90 | <role>Java Developer</role> |
72 | 91 | </roles> |
73 | 92 | </developer> |
| 93 | + |
74 | 94 | <developer> |
75 | 95 | <name>Nicola Ken Barozzi</name> |
76 | 96 | <id>nicolaken</id> |
|
80 | 100 | <role>Java Developer</role> |
81 | 101 | </roles> |
82 | 102 | </developer> |
| 103 | + |
83 | 104 | <developer> |
84 | 105 | <name>Henri Yandell</name> |
85 | 106 | <id>bayard</id> |
|
89 | 110 | <role>Java Developer</role> |
90 | 111 | </roles> |
91 | 112 | </developer> |
| 113 | + |
92 | 114 | <developer> |
93 | 115 | <name>Stephen Colebourne</name> |
94 | 116 | <id>scolebourne</id> |
|
98 | 120 | <role>Java Developer</role> |
99 | 121 | </roles> |
100 | 122 | </developer> |
| 123 | + |
101 | 124 | <developer> |
102 | 125 | <name>Jeremias Maerki</name> |
103 | 126 | <id>jeremias</id> |
|
107 | 130 | <role>Java Developer</role> |
108 | 131 | </roles> |
109 | 132 | </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 | + |
110 | 144 | </developers> |
111 | 145 |
|
112 | 146 |
|
|
135 | 169 | <include>**/*Test*</include> |
136 | 170 | </includes> |
137 | 171 | <excludes> |
| 172 | + <exclude>**/testtools/**</exclude> |
138 | 173 | <exclude>**/compress/**/*Test*</exclude> |
139 | 174 | <exclude>**/IOUtilTestCase*</exclude> |
140 | 175 | </excludes> |
|
152 | 187 | <!-- J A R R E S O U R C E S --> |
153 | 188 | <!-- Resources that are packaged up inside the JAR file --> |
154 | 189 | <resources> |
155 | | - <includes> |
156 | | - <include>**/*.properties</include> |
157 | | - </includes> |
| 190 | + <resource> |
| 191 | + <includes> |
| 192 | + <include>**/*.properties</include> |
| 193 | + </includes> |
| 194 | + </resource> |
158 | 195 | </resources> |
159 | 196 | </build> |
160 | 197 |
|
161 | | -</project> |
162 | 198 |
|
| 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