Skip to content

Commit 5f74770

Browse files
author
Tibor Digana
committed
Updated build documentation in mavenization
1 parent 92a3f73 commit 5f74770

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-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

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

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)