|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
|
3 | 3 | <project> |
4 | | - <pomVersion>3</pomVersion> |
| 4 | + <extend>../project.xml</extend> |
| 5 | + <id>commons-cli</id> |
5 | 6 | <name>commons-cli</name> |
6 | 7 |
|
7 | | - <id>commons-cli</id> |
8 | 8 | <currentVersion>1.0-dev</currentVersion> |
9 | | - <organization> |
10 | | - <name>Apache Software Foundation</name> |
11 | | - <url>http://www.apache.org</url> |
12 | | - </organization> |
13 | 9 | <inceptionYear>2002</inceptionYear> |
14 | | - <package>org.apache.commons.cli</package> |
15 | 10 | <shortDescription>Commons CLI</shortDescription> |
16 | | - |
17 | 11 | <gumpRepositoryId>jakarta</gumpRepositoryId> |
18 | 12 |
|
19 | 13 | <description> |
20 | 14 | Commons CLI provdes a simple API for working with the command line arguments and options. |
21 | 15 | </description> |
22 | 16 |
|
23 | | - <url>http://jakarta.apache.org/commons/cli.html</url> |
24 | | - <issueTrackingUrl>http://nagoya.apache.org/</issueTrackingUrl> |
25 | | - <siteAddress>jakarta.apache.org</siteAddress> |
26 | | - <siteDirectory>/www/jakarta.apache.org/commons/cli/</siteDirectory> |
27 | | - <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/cli/</distributionDirectory> |
28 | | - <repository> |
29 | | - <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/cli</connection> |
30 | | - <url>http://cvs.apache.org/viewcvs/jakarta-commons/cli/</url> |
31 | | - </repository> |
32 | | - |
33 | | - <mailingLists> |
34 | | - <mailingList> |
35 | | - <name>Commons Dev List</name> |
36 | | - <subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe> |
37 | | - <unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe> |
38 | | - <archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive> |
39 | | - </mailingList> |
40 | | - </mailingLists> |
41 | 17 | <developers> |
42 | 18 | <developer> |
43 | 19 | <name>James Strachan</name> |
|
58 | 34 | <organization>integral Source</organization> |
59 | 35 | </developer> |
60 | 36 | </developers> |
| 37 | + |
61 | 38 | <dependencies> |
| 39 | + |
62 | 40 | <dependency> |
63 | 41 | <id>commons-logging</id> |
64 | | - <type>required</type> |
65 | 42 | <version>1.0</version> |
66 | | - <!-- <jar>commons-logging-1.0.jar</jar> --> |
67 | 43 | </dependency> |
| 44 | + |
68 | 45 | <dependency> |
69 | 46 | <id>commons-lang</id> |
70 | | - <type>required</type> |
71 | | - <version>0.1-dev</version> |
| 47 | + <version>SNAPSHOT</version> |
| 48 | + </dependency> |
| 49 | + |
| 50 | + <dependency> |
| 51 | + <id>junit</id> |
| 52 | + <version>3.7</version> |
72 | 53 | </dependency> |
| 54 | + |
73 | 55 | </dependencies> |
74 | | - <build> |
75 | | - <nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress> |
76 | | - <sourceDirectory>src/java</sourceDirectory> |
77 | | - <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
78 | | - <integrationUnitTestSourceDirectory/> |
79 | | - <aspectSourceDirectory/> |
80 | | - <!-- Unit test classes --> |
81 | | - |
82 | | - <unitTestPatterns> |
83 | | - <unitTestPattern>include = **/*Test*.java</unitTestPattern> |
84 | | - </unitTestPatterns> |
85 | | - |
86 | | - <!-- Integration unit test classes --> |
87 | | - <integrationUnitTestPatterns></integrationUnitTestPatterns> |
88 | | - |
89 | | - <!-- J A R R E S O U R C E S --> |
90 | | - <!-- Resources that are packaged up inside the JAR file --> |
91 | | - |
92 | | - <jarResources> |
93 | | - <jarResource>include = **/*.properties</jarResource> |
94 | | - </jarResources> |
95 | | - </build> |
| 56 | + |
96 | 57 | </project> |
0 commit comments