Author: bayard Date: Fri May 22 05:32:38 2009 New Revision: 777374 URL: http://svn.apache.org/viewvc?rev=777374&view=rev Log: Adding Maven2 instructions
Modified: commons/proper/collections/trunk/README.txt Modified: commons/proper/collections/trunk/README.txt URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/README.txt?rev=777374&r1=777373&r2=777374&view=diff ============================================================================== --- commons/proper/collections/trunk/README.txt (original) +++ commons/proper/collections/trunk/README.txt Fri May 22 05:32:38 2009 @@ -9,10 +9,26 @@ The second, commons-collections-testframework.jar is an extension to junit for testing new collection implementations and is not normally used by applications. - Building from source --------------------- -This component requires the excellent Ant utility. +=-=-=-=-=-=-=-=-=-=- + +Maven2 +------ +Collections is usually built using Maven2. +It can be found here : + + http://maven.apache.org/ + +Once installed, the major goals are: + +mvn package - build jars +mvn install - place jars in local maven repository +mvn assembly:assembly - build tar.gz/zips + +Ant +--- + +It may also be built using Ant. It can be found here : http://ant.apache.org/ @@ -41,12 +57,3 @@ ant tf.javadoc - build the testframework javadoc -Maven ------ -The component can also be built using Maven. (Ant is the primary build tool.) -It can be found here : - - http://maven.apache.org/ - -Once installed, the jars may be built with 'maven jar'. -