You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by bi...@apache.org on 2020/04/14 20:02:59 UTC

[axis-axis2-java-core] 12/31: Merge r1849034 to the 1.7 branch.

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 feafec64a9ac7898f45abd2bf2762125bd05f79f
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Sun Dec 16 17:17:26 2018 +0000

    Merge r1849034 to the 1.7 branch.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index bbb1053..bce3417 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1217,6 +1217,8 @@
                     <version>2.0.0</version>
                     <configuration>
                         <javaHome>${java.home}</javaHome>
+                        <!-- Enable the JaCoCo agent. -->
+                        <mavenOpts>${argLine}</mavenOpts>
                     </configuration>
                 </plugin>