Author: tcurdt Date: Mon Jun 4 11:26:17 2007 New Revision: 544199 URL: http://svn.apache.org/viewvc?view=rev&rev=544199 Log: some instructions on how to do builds and releases
Added: jakarta/commons/proper/jci/trunk/README.txt (with props) Added: jakarta/commons/proper/jci/trunk/README.txt URL: http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/README.txt?view=auto&rev=544199 ============================================================================== --- jakarta/commons/proper/jci/trunk/README.txt (added) +++ jakarta/commons/proper/jci/trunk/README.txt Mon Jun 4 11:26:17 2007 @@ -0,0 +1,14 @@ +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 release:prepare -Prelease + mvn release:perform -Prelease + +It is suggested to be using a ssh and gpg agent for the release process. Propchange: jakarta/commons/proper/jci/trunk/README.txt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/proper/jci/trunk/README.txt ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: jakarta/commons/proper/jci/trunk/README.txt ------------------------------------------------------------------------------ svn:mime-type = text/plain --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]