Title: [waffle-scm] [81] trunk: Updated BUILD.txt to reflect acceptance profile.
Revision
81
Author
mauro
Date
2007-05-24 10:02:01 -0500 (Thu, 24 May 2007)

Log Message

Updated BUILD.txt to reflect acceptance profile.
Readded paranamer-example to build.

Modified Paths

Diff

Modified: trunk/BUILD.txt (80 => 81)

--- trunk/BUILD.txt	2007-05-24 10:10:25 UTC (rev 80)
+++ trunk/BUILD.txt	2007-05-24 15:02:01 UTC (rev 81)
@@ -7,8 +7,12 @@
 
 - default: builds core and extensions
 
-mvn clean install 
+mvn install 
 
+- acceptance:  builds core, extensions and acceptance tests
+
+mvn -Pacceptance install
+
 - examples:  builds core, extensions and examples
 
 mvn -Pexamples install
@@ -17,7 +21,7 @@
 
 mvn -Pdist install
 
-Note:  profiles can be combined, eg to build examples and distribution
+Note:  profiles can be combined, eg to build with acceptance tests and distribution
 
-mvn -Pexamples,dist install
+mvn -Pacceptance,dist install
 

Modified: trunk/pom.xml (80 => 81)

--- trunk/pom.xml	2007-05-24 10:10:25 UTC (rev 80)
+++ trunk/pom.xml	2007-05-24 15:02:01 UTC (rev 81)
@@ -226,7 +226,7 @@
         <module>examples/simple-example</module>
         <module>examples/jruby-example</module>
         <module>examples/freemarker-example</module>
-        <!-- module>examples/paranamer-example</module-->
+        <module>examples/paranamer-example</module>
         <module>examples/migration-example</module>
       </modules>
     </profile>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to