Title: [919] trunk/BUILD.txt: Updated BUILD.txt
Revision
919
Author
mauro
Date
2008-09-03 01:48:22 -0500 (Wed, 03 Sep 2008)

Log Message

Updated BUILD.txt

Modified Paths


Diff

Modified: trunk/BUILD.txt (918 => 919)

--- trunk/BUILD.txt	2008-09-02 14:37:28 UTC (rev 918)
+++ trunk/BUILD.txt	2008-09-03 06:48:22 UTC (rev 919)
@@ -1,10 +1,17 @@
 Build system: 
 
 JDK required: 1.5+
+Ant (http://ant.apache.org) required: 1.7+
+OR 
 Maven (http://maven.apache.org) required: 2.0.9+
  
-Build profiles:  
+IDE integration:
 
+Ant is supported by all major IDEs.
+Maven Eclipse (http://m2eclipse.sonatype.org/update):  builds classpath based on the dependencies declared in the POM.
+
+Maven Build profiles:  
+
 - default: builds all releasable modules
 - reporting:  builds reports
 - distribution:  builds distribution
@@ -14,8 +21,9 @@
 Note:  profiles are additive and the default profile is always active.
 Eg, build with behaviour, reporting and distribution:
 
-mvn -Preporting,distribution install
+mvn install -Preporting,distribution 
 
-IDE integration:
+Building a release with Maven:
 
-Maven Eclipse (http://m2eclipse.sonatype.org/update):  builds classpath based on the dependencies declared in the POM.
+- mvn release:prepare -Preporting,distribution
+- mvn release:perform -Preporting,distribution
\ No newline at end of file


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to