|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | | - Copyright 2001-2004 The Apache Software Foundation |
| 3 | + Copyright 2001-2006 The Apache Software Foundation |
4 | 4 |
|
5 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
6 | 6 | you may not use this file except in compliance with the License. |
|
25 | 25 | Commons CLI provides a simple API for presenting, proecessing and |
26 | 26 | validating a command line interface. |
27 | 27 | </description> |
28 | | - <logo>/images/logo.jpg</logo> |
| 28 | + <logo>/images/logo.png</logo> |
29 | 29 |
|
30 | | - <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url> |
| 30 | + <url>http://jakarta.apache.org/commons/cli/</url> |
31 | 31 | <package>org.apache.commons</package> |
32 | 32 |
|
33 | 33 | <organization> |
34 | 34 | <name>Apache Software Foundation</name> |
35 | 35 | <url>http://www.apache.org</url> |
36 | | - <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo> |
| 36 | + <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo> |
37 | 37 | </organization> |
38 | 38 |
|
| 39 | + <licenses> |
| 40 | + <license> |
| 41 | + <name>The Apache Software License, Version 2.0</name> |
| 42 | + <url>/LICENSE.txt</url> |
| 43 | + <distribution>repo</distribution> |
| 44 | + </license> |
| 45 | + </licenses> |
| 46 | + |
39 | 47 | <gumpRepositoryId>jakarta</gumpRepositoryId> |
40 | 48 | <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl> |
41 | | - <siteAddress>jakarta.apache.org</siteAddress> |
42 | | - <siteDirectory>/www/jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</siteDirectory> |
43 | | - <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory> |
| 49 | + <siteAddress>people.apache.org</siteAddress> |
| 50 | + <siteDirectory>/www/jakarta.apache.org/commons/cli/</siteDirectory> |
| 51 | + <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory> |
44 | 52 |
|
45 | 53 | <repository> |
46 | | - <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection> |
47 | | - <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url> |
| 54 | + <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</connection> |
| 55 | + <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/cli/trunk</url> |
48 | 56 | </repository> |
49 | 57 |
|
50 | 58 | <mailingLists> |
|
136 | 144 | <groupId>junit</groupId> |
137 | 145 | <artifactId>junit</artifactId> |
138 | 146 | <version>3.8.1</version> |
| 147 | + <properties> |
| 148 | + <scope>test</scope> |
| 149 | + <comment> |
| 150 | + Required only for testing. |
| 151 | + </comment> |
| 152 | + </properties> |
139 | 153 | </dependency> |
140 | 154 |
|
141 | 155 | <!-- used for unit tests --> |
142 | 156 | <dependency> |
143 | 157 | <groupId>jdepend</groupId> |
144 | 158 | <artifactId>jdepend</artifactId> |
145 | 159 | <version>2.5</version> |
| 160 | + <properties> |
| 161 | + <scope>test</scope> |
| 162 | + <comment> |
| 163 | + Required only for testing. |
| 164 | + </comment> |
| 165 | + </properties> |
146 | 166 | </dependency> |
147 | 167 |
|
148 | 168 | </dependencies> |
|
173 | 193 | </build> |
174 | 194 |
|
175 | 195 | <reports> |
| 196 | + <!--report>maven-developer-activity-plugin</report--> |
| 197 | + <!--report>maven-file-activity-plugin</report--> |
| 198 | + <!--report>maven-changelog-plugin</report--> |
| 199 | + <!--report>maven-changes-plugin</report--> |
176 | 200 | <report>maven-jdepend-plugin</report> |
177 | 201 | <report>maven-checkstyle-plugin</report> |
178 | | - <report>maven-changelog-plugin</report> |
179 | | - <report>maven-changes-plugin</report> |
180 | | - <report>maven-developer-activity-plugin</report> |
181 | | - <report>maven-file-activity-plugin</report> |
182 | 202 | <report>maven-javadoc-plugin</report> |
183 | 203 | <report>maven-jdepend-plugin</report> |
184 | 204 | <report>maven-junit-report-plugin</report> |
185 | 205 | <report>maven-jxr-plugin</report> |
186 | 206 | <report>maven-license-plugin</report> |
187 | 207 | <report>maven-tasklist-plugin</report> |
188 | 208 | <report>maven-pmd-plugin</report> |
189 | | - <report>maven-simian-plugin</report> |
| 209 | + <!--report>maven-simian-plugin</report> |
190 | 210 | <report>maven-faq-plugin</report> |
191 | | - <report>maven-jcoverage-plugin</report> |
| 211 | + <report>maven-jcoverage-plugin</report--> |
192 | 212 | <!--report>maven-tasks-plugin</report--> |
193 | 213 | <!--report>maven-findbugs-plugin</report--> |
194 | 214 | </reports> |
|
0 commit comments