This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to branch 1_7 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit 021a22333b2ad17ecc70bbad070090fb2b503589 Author: Andreas Veithen <veit...@apache.org> AuthorDate: Tue Dec 11 21:29:51 2018 +0000 Merge r1848708 to the 1.7 branch. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index fef33ae..382fb1d 100644 --- a/pom.xml +++ b/pom.xml @@ -1353,6 +1353,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> <!-- Always build source JARs --> <artifactId>maven-source-plugin</artifactId> <executions>