Title: [waffle-scm] [692] trunk/pom.xml: Configured generation of cobertura reports in reporting profile.
Revision
692
Author
mauro
Date
2008-06-12 06:47:06 -0500 (Thu, 12 Jun 2008)

Log Message

Configured generation of cobertura reports in reporting profile.

Modified Paths


Diff

Modified: trunk/pom.xml (691 => 692)

--- trunk/pom.xml	2008-06-10 12:18:30 UTC (rev 691)
+++ trunk/pom.xml	2008-06-12 11:47:06 UTC (rev 692)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.waffle</groupId>
   <artifactId>waffle</artifactId>
@@ -6,12 +7,9 @@
   <version>1.2-SNAPSHOT</version>
   <name>Waffle</name>
   <description>
-    Waffle is a Java action-based web framework that was built to
-    support enterprise-level business applications, with no mandatory
-    XML configuration (beyond the minimal web.xml required by any
-    webapp) and no proprietary UI markup language. Its guiding
-    principles are agility, simplicity, pluggability and
-    interoperability.
+    Waffle is a Java action-based web framework that was built to support enterprise-level business applications, with
+    no mandatory XML configuration (beyond the minimal web.xml required by any webapp) and no proprietary UI markup
+    language. Its guiding principles are agility, simplicity, pluggability and interoperability.
   </description>
   <url>http://waffle.codehaus.org</url>
 
@@ -248,6 +246,23 @@
           <version>1.0-beta-2</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0-beta-6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.2</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>clean</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
           <groupId>org.codehaus.xsite</groupId>
           <artifactId>xsite-maven-plugin</artifactId>
           <version>1.0-beta-9</version>
@@ -295,6 +310,21 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <configuration>
+              <includeProjectDocumentation>false</includeProjectDocumentation>
+            </configuration>
+            <executions>
+              <execution>
+                <phase>install</phase>
+                <goals>
+                  <goal>site</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
         </plugins>
       </build>
       <reporting>
@@ -303,6 +333,10 @@
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+          </plugin>
         </plugins>
       </reporting>
     </profile>
@@ -414,9 +448,7 @@
     <snapshotRepository>
       <id>codehaus.org</id>
       <name>Codehaus Waffle Snapshot Repository</name>
-      <url>
-        dav:https://dav.codehaus.org/snapshots.repository/waffle/
-      </url>
+      <url>dav:https://dav.codehaus.org/snapshots.repository/waffle/</url>
     </snapshotRepository>
     <site>
       <id>codehaus.org</id>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to