You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2006/04/27 23:13:25 UTC

svn commit: r397640 - in /jakarta/commons/proper/betwixt/trunk: ./ project.xml

Author: rdonkin
Date: Thu Apr 27 14:13:23 2006
New Revision: 397640

URL: http://svn.apache.org/viewcvs?rev=397640&view=rev
Log:
Starting to tidy up in preparation for release. Added cobertuna report. Henri agrees that it should be safe (from a licensing perspective) to use it through maven.

Modified:
    jakarta/commons/proper/betwixt/trunk/   (props changed)
    jakarta/commons/proper/betwixt/trunk/project.xml

Propchange: jakarta/commons/proper/betwixt/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Apr 27 14:13:23 2006
@@ -3,6 +3,7 @@
 target
 velocity.log
 .project
+*.ser
 
 foo.txt
 maven.log

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.xml?rev=397640&r1=397639&r2=397640&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Thu Apr 27 14:13:23 2006
@@ -214,6 +214,33 @@
       </properties>
     </dependency>
 
+    <dependency>
+      <groupId>maven-plugins</groupId>
+      <artifactId>maven-cobertura-plugin</artifactId>
+      <version>1.1.1</version>
+      <url>http://maven-plugins.sourceforge.net/maven-cobertura-plugin/</url>
+      <type>plugin</type>
+      <properties>
+       <scope>test</scope>
+       <comment>
+        Required only for generating test coverage reports.
+       </comment>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>maven</groupId>
+      <artifactId>maven-xdoc-plugin</artifactId>
+      <version>1.9.2</version>
+      <url>http://maven.apache.org/reference/plugins/xdoc/</url>
+      <type>plugin</type>
+      <properties>
+          <comment>
+              &lt;strong&gt;Site Only&lt;/strong&gt; - v1.9.2 (minimum)
+              required for building the Site documentation.
+          </comment>
+      </properties>     
+    </dependency>
   </dependencies>
 
    <build>
@@ -269,6 +296,7 @@
     <report>maven-jxr-plugin</report>
     <report>maven-license-plugin</report>
     <report>maven-tasklist-plugin</report>
+    <report>maven-cobertura-plugin</report>
     <!-- Slow but useful when checking releases <report>maven-linkcheck-plugin</report>-->
   </reports>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org