Skip to content

Commit 4e4db7b

Browse files
committed
Removed the Maven 1 build and the old Gump descriptor
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@705674 13f79535-47bb-0310-9956-ffa450edef68
1 parent 06aa39c commit 4e4db7b

6 files changed

Lines changed: 16 additions & 320 deletions

File tree

README.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,36 @@ The information in this file is relevant if you have
77
downloaded a CLI source distribution.
88

99
For testing the project, you will need JUnit (if you use
10-
maven this will be automatically installed and configured
10+
Maven this will be automatically installed and configured
1111
for you):
1212

13-
http://www.junit.org/
13+
http://www.junit.org
1414

15-
There are two ways to build CLI, either with ant or maven.
15+
There are two ways to build CLI, either with Ant or Maven 2.
1616

1717
Ant can be found here :
1818

19-
http://ant.apache.org/
19+
http://ant.apache.org
2020

2121
and to build and test the system use:
2222

2323
ant dist
2424

25-
Maven can be found here :
25+
Maven 2 can be found here :
2626

27-
http://maven.apache.org/
27+
http://maven.apache.org
2828

2929
and to build and test the system use:
3030

31-
maven jar:jar
31+
mvn clean package
3232

3333
The system will build and test itself.
3434

3535
For complete documentation and to create a local copy of the
3636
CLI project website, type:
3737

38-
maven site
38+
mvn site
3939

4040
Good luck!
4141

42-
-The CLI Team
42+
- The Apache Commons Team

build-gump.xml

Lines changed: 0 additions & 36 deletions
This file was deleted.

maven.xml

Lines changed: 0 additions & 49 deletions
This file was deleted.

project.xml

Lines changed: 0 additions & 217 deletions
This file was deleted.

0 commit comments

Comments
 (0)