File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ BUILDING FROM GITHUB:
3
3
4
4
git clone https://github.com/KentBeck/junit.git
5
5
cd junit
6
- ant dist
6
+ mvn install
7
7
8
8
BUILDING FROM JARS OR ZIPS:
9
9
===========================
Original file line number Diff line number Diff line change
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/).
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ Steps to build junit:
2
2
3
3
- Must be manual
4
4
- Write release notes
5
- - Update version in build .xml
5
+ - Update version in pom .xml
6
6
- Not too tedious:
7
7
- Push to github (dsaff _and_ KentBeck)
8
- - Run the ant zip task
8
+ - Run the mvn clean install
9
9
- Upload stuff to github (including tag)
10
10
- Push to maven
11
- - ant -lib build/lib stage.maven
11
+ - mvn -Dgpg.passphrase="<passphrase>" -Psign clean deploy
12
12
- Promote
13
13
- Tedious:
14
14
- Update SourceForge if major release
You can’t perform that action at this time.
0 commit comments