Author: veithen
Date: Sun Dec 9 14:18:27 2018
New Revision: 1848518
URL: http://svn.apache.org/viewvc?rev=1848518&view=rev
Log:
Include coverage data produced by eclipse-test. This is a change specific to
the 1.2 branch.
Modified:
webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml
Modified: webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml?rev=1848518&r1=1848517&r2=1848518&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/systests/eclipse-tests/pom.xml Sun Dec 9
14:18:27 2018
@@ -152,6 +152,13 @@
</executions>
</plugin>
<plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <configuration>
+
<dataFile>${project.build.directory}/it/project/target/jacoco.exec</dataFile>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<configuration>