Author: veithen
Date: Sat Dec 15 00:36:40 2018
New Revision: 1848971
URL: http://svn.apache.org/viewvc?rev=1848971&view=rev
Log:
Set up Codecov integration.
Modified:
axis/axis1/java/trunk/pom.xml
Modified: axis/axis1/java/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1848971&r1=1848970&r2=1848971&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sat Dec 15 00:36:40 2018
@@ -313,6 +313,30 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.8.2</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <version>0.1.0</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<executions>