Author: doll
Date: Tue May 13 08:17:39 2008
New Revision: 655906

URL: http://svn.apache.org/viewvc?rev=655906&view=rev
Log:
SHINDIG-243
Added cobertura support for Shindig. To use, 

run:  
mvn site -Preporting

and view: 
file://<your shindig dir>/java/gadgets/target/site/cobertura/index.html
file://<your shindig dir>/java/social-api/target/site/cobertura/index.html
file://<your shindig dir>/java/common/target/site/cobertura/index.html


Modified:
    incubator/shindig/trunk/pom.xml

Modified: incubator/shindig/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/shindig/trunk/pom.xml?rev=655906&r1=655905&r2=655906&view=diff
==============================================================================
--- incubator/shindig/trunk/pom.xml (original)
+++ incubator/shindig/trunk/pom.xml Tue May 13 08:17:39 2008
@@ -378,6 +378,10 @@
               </links>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>cobertura-maven-plugin</artifactId>
+          </plugin>
         </plugins>
       </reporting>
     </profile>
@@ -604,6 +608,11 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <version>2.3</version>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>cobertura-maven-plugin</artifactId>
+          <version>2.2</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>


Reply via email to