Author: veithen
Date: Sat Dec 8 23:08:14 2018
New Revision: 1848490
URL: http://svn.apache.org/viewvc?rev=1848490&view=rev
Log:
Upload coverage reports to Coveralls and/or Codecov.
Modified:
webservices/axiom/trunk/axiom-compat/pom.xml
webservices/axiom/trunk/buildutils/pom.xml
webservices/axiom/trunk/pom.xml
webservices/axiom/trunk/testing/pom.xml
webservices/axiom/trunk/testing/xml-truth/pom.xml
Modified: webservices/axiom/trunk/axiom-compat/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/axiom-compat/pom.xml?rev=1848490&r1=1848489&r2=1848490&view=diff
==============================================================================
--- webservices/axiom/trunk/axiom-compat/pom.xml (original)
+++ webservices/axiom/trunk/axiom-compat/pom.xml Sat Dec 8 23:08:14 2018
@@ -115,6 +115,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <configuration>
+ <includeClasses>false</includeClasses>
+ </configuration>
+ </plugin>
</plugins>
</build>
Modified: webservices/axiom/trunk/buildutils/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/buildutils/pom.xml?rev=1848490&r1=1848489&r2=1848490&view=diff
==============================================================================
--- webservices/axiom/trunk/buildutils/pom.xml (original)
+++ webservices/axiom/trunk/buildutils/pom.xml Sat Dec 8 23:08:14 2018
@@ -70,5 +70,14 @@
</plugin>
</plugins>
</pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <configuration>
+ <includeClasses>false</includeClasses>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</project>
Modified: webservices/axiom/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1848490&r1=1848489&r2=1848490&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Sat Dec 8 23:08:14 2018
@@ -1143,6 +1143,18 @@
</configuration>
</plugin>
<plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>
Modified: webservices/axiom/trunk/testing/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/pom.xml?rev=1848490&r1=1848489&r2=1848490&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/pom.xml (original)
+++ webservices/axiom/trunk/testing/pom.xml Sat Dec 8 23:08:14 2018
@@ -46,6 +46,18 @@
<module>jaxp-testsuite</module>
</modules>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <configuration>
+ <includeClasses>false</includeClasses>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<reporting>
<plugins>
<plugin>
Modified: webservices/axiom/trunk/testing/xml-truth/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/testing/xml-truth/pom.xml?rev=1848490&r1=1848489&r2=1848490&view=diff
==============================================================================
--- webservices/axiom/trunk/testing/xml-truth/pom.xml (original)
+++ webservices/axiom/trunk/testing/xml-truth/pom.xml Sat Dec 8 23:08:14 2018
@@ -71,6 +71,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>com.github.veithen.maven</groupId>
+ <artifactId>jacoco-report-maven-plugin</artifactId>
+ <configuration>
+ <includeClasses>true</includeClasses>
+ </configuration>
+ </plugin>
</plugins>
</build>