Skip to content

Commit 8afad9d

Browse files
author
David Saff
committed
Merge pull request #608 from Tibor17/junit.reopen
Updated build documentation in mavenization
2 parents c38bdb7 + 4f3ca2d commit 8afad9d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

BUILDING

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BUILDING FROM GITHUB:
33

44
git clone https://github.com/KentBeck/junit.git
55
cd junit
6-
ant dist
6+
mvn install
77

88
BUILDING FROM JARS OR ZIPS:
99
===========================

NOTICE.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
===================================================================================
2+
== Notices and attributions required by libraries that the project depends on ==
3+
===================================================================================
4+
5+
The JUnit depends on Java Hamcrest (http://hamcrest.org/JavaHamcrest/).

doc/building-junit.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Steps to build junit:
22

33
- Must be manual
44
- Write release notes
5-
- Update version in build.xml
5+
- Update version in pom.xml
66
- Not too tedious:
77
- Push to github (dsaff _and_ KentBeck)
8-
- Run the ant zip task
8+
- Run the mvn clean install
99
- Upload stuff to github (including tag)
1010
- Push to maven
11-
- ant -lib build/lib stage.maven
11+
- mvn -Dgpg.passphrase="<passphrase>" -Psign clean deploy
1212
- Promote
1313
- Tedious:
1414
- Update SourceForge if major release

0 commit comments

Comments
 (0)