Author: tfischer Date: Tue Dec 27 01:15:38 2011 New Revision: 1224847 URL: http://svn.apache.org/viewvc?rev=1224847&view=rev Log: configure cobertura plugin to also create xml output
Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml Modified: db/torque/torque4/trunk/torque-maven-parent/pom.xml URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/pom.xml?rev=1224847&r1=1224846&r2=1224847&view=diff ============================================================================== --- db/torque/torque4/trunk/torque-maven-parent/pom.xml (original) +++ db/torque/torque4/trunk/torque-maven-parent/pom.xml Tue Dec 27 01:15:38 2011 @@ -372,6 +372,12 @@ <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> <version>2.3</version> + <configuration> + <formats> + <format>html</format> + <format>xml</format> + </formats> + </configuration> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org For additional commands, e-mail: torque-dev-h...@db.apache.org