|
15 | 15 | limitations under the License. |
16 | 16 | --> |
17 | 17 | <project> |
18 | | - <extend>../commons-build/project.xml</extend> |
19 | 18 | <id>commons-cli</id> |
20 | 19 | <name>CLI</name> |
21 | 20 | <currentVersion>2.0</currentVersion> |
22 | 21 | <inceptionYear>2002</inceptionYear> |
23 | 22 | <shortDescription>Commons CLI</shortDescription> |
24 | 23 | <description> |
25 | | - Commons CLI provides a simple API for working with the command line arguments and options. |
| 24 | + Commons CLI provides a simple API for presenting, proecessing and |
| 25 | + validating a command line interface. |
26 | 26 | </description> |
27 | 27 | <logo>/images/logo.png</logo> |
28 | | - |
| 28 | + |
| 29 | + <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> |
| 30 | + <package>org.apache.commons.${pom.artifactId.substring(8)}</package> |
| 31 | + |
29 | 32 | <organization> |
30 | 33 | <name>Apache Software Foundation</name> |
31 | 34 | <url>http://www.apache.org</url> |
32 | 35 | <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo> |
33 | 36 | </organization> |
34 | 37 |
|
35 | 38 | <gumpRepositoryId>jakarta</gumpRepositoryId> |
| 39 | + <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> |
| 40 | + <siteAddress>jakarta.apache.org</siteAddress> |
| 41 | + <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory> |
| 42 | + <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> |
36 | 43 |
|
| 44 | + <repository> |
| 45 | + <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/${pom.artifactId.substring(8)}</connection> |
| 46 | + <url>http://cvs.apache.org/viewcvs/jakarta-commons/${pom.artifactId.substring(8)}/</url> |
| 47 | + </repository> |
37 | 48 |
|
| 49 | + <mailingLists> |
| 50 | + <mailingList> |
| 51 | + <name>Commons Dev List</name> |
| 52 | + <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> |
| 53 | + <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> |
| 54 | + <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> |
| 55 | + </mailingList> |
| 56 | + <mailingList> |
| 57 | + <name>Commons User List</name> |
| 58 | + <subscribe>commons-user-subscribe@jakarta.apache.org</subscribe> |
| 59 | + <unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe> |
| 60 | + <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive> |
| 61 | + </mailingList> |
| 62 | + </mailingLists> |
| 63 | + |
38 | 64 | <developers> |
39 | 65 | <developer> |
40 | 66 | <name>James Strachan</name> |
|
43 | 69 | <organization>SpiritSoft, Inc.</organization> |
44 | 70 | </developer> |
45 | 71 | <developer> |
46 | | - <name>bob mcwhirter</name> |
| 72 | + <name>Bob McWhirter</name> |
47 | 73 | <id>bob</id> |
48 | 74 | <email>bob@werken.com</email> |
49 | 75 | <organization>Werken</organization> |
|
106 | 132 | <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> |
107 | 133 | <sourceDirectory>src/java</sourceDirectory> |
108 | 134 | <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
| 135 | + <integrationUnitTestSourceDirectory/> |
| 136 | + <aspectSourceDirectory/> |
109 | 137 | <resources> |
110 | 138 | <resource> |
111 | 139 | <directory>src/java/org/apache/commons/cli2</directory> |
|
142 | 170 | <report>maven-simian-plugin</report> |
143 | 171 | <report>maven-faq-plugin</report> |
144 | 172 | <report>maven-jcoverage-plugin</report> |
145 | | - <report>maven-tasks-plugin</report> |
146 | | - <report>maven-findbugs-plugin</report> |
147 | | - </reports></project> |
| 173 | + <!--report>maven-tasks-plugin</report--> |
| 174 | + <!--report>maven-findbugs-plugin</report--> |
| 175 | + </reports> |
| 176 | +</project> |
0 commit comments