blob: 052d3aa2ae480adf61ee11fa8b0cee9fa6c5b06b [file] [log] [blame]
In order to build commons-jci please use subversion to check it out via
svn co http://svn.apache.org/repos/asf/jakarta/commons/proper/jci/trunk/
You need to have maven 2.0.x installed. All you need to do is to call
mvn clean install
Releases are done with
mvn -Prelease release:prepare
mvn -Prelease release:perform assembly:assembly
It is suggested to be using a ssh and gpg agent for the release process.