Title: [waffle-scm] [238] trunk: Moved reporting plugins to reporting profile.
Revision
238
Author
mauro
Date
2007-07-08 12:54:11 -0500 (Sun, 08 Jul 2007)

Log Message

Moved reporting plugins to reporting profile.

Modified Paths


Diff

Modified: trunk/BUILD.txt (237 => 238)

--- trunk/BUILD.txt	2007-07-08 08:32:04 UTC (rev 237)
+++ trunk/BUILD.txt	2007-07-08 17:54:11 UTC (rev 238)
@@ -18,11 +18,15 @@
 
 mvn -Pexamples install
 
+- reporting:  builds all reports
+
+mvne -Preporting install
+
 - distribution:  builds core, extensions and distribution
 
 mvn -Pdist install
 
-Note:  profiles can be combined, eg to build with acceptance tests and distribution
+Note:  profiles can be combined, eg to build with acceptance tests, reporting and distribution
 
-mvn -Pacceptance,dist install
+mvn -Pacceptance,reporting,dist install
 

Modified: trunk/pom.xml (237 => 238)

--- trunk/pom.xml	2007-07-08 08:32:04 UTC (rev 237)
+++ trunk/pom.xml	2007-07-08 17:54:11 UTC (rev 238)
@@ -227,14 +227,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-release-plugin</artifactId>
-      </plugin>
     </plugins>
   </build>
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to