Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > b20e8a75db0b084e783a2782f4461831 > files > 4

apache-commons-jci-1.1-1.mga2.noarch.rpm

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

It is suggested to be using a ssh and gpg agent for the release process.