File tree 3 files changed +15
-4
lines changed
3 files changed +15
-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
+ This product depends on software developed by Java Hamcrest
6
+ (http://http://code.google.com/p/hamcrest/).
7
+
8
+
9
+
10
+ Standard Directory Layout in Maven
11
+ http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html
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