summaryrefslogtreecommitdiffstats
path: root/junit4/doc/building-junit.txt
blob: e785b05487c4b72c52d48d40a1fcec4a1e4cf128 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Steps to build junit:

- Must be manual
  - Write release notes
  - Update version in build.xml
- Not too tedious:
  - Push to github (dsaff _and_ KentBeck)
  - Run the ant zip task
  - Upload stuff to github (including tag)
  - Push to maven
    - ant -lib build/lib stage.maven
    - Promote 
- Tedious:
  - Update SourceForge if major release
  - Update javadocs on github site (and "latest" link)
  - Update javadocs on junit.org
  - Put release notes on github.
  - Announce on blog, user list, dev list, announce list, junit.org, twitter 
- Profit!