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 ve...@apache.org on 2018/12/12 21:56:18 UTC

svn commit: r1848799 - in /axis/axis2/java/core/trunk: code-coverage/ pom.xml

Author: veithen
Date: Wed Dec 12 21:56:18 2018
New Revision: 1848799

URL: http://svn.apache.org/viewvc?rev=1848799&view=rev
Log:
Remove the old code coverage infrastructure.

Removed:
    axis/axis2/java/core/trunk/code-coverage/
Modified:
    axis/axis2/java/core/trunk/pom.xml

Modified: axis/axis2/java/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/pom.xml?rev=1848799&r1=1848798&r2=1848799&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/pom.xml (original)
+++ axis/axis2/java/core/trunk/pom.xml Wed Dec 12 21:56:18 2018
@@ -104,7 +104,6 @@
         <module>modules/samples</module>
         <module>databinding-tests</module>
         <module>systests</module>
-        <module>code-coverage</module>
     </modules>
     <profiles>
         <profile>
@@ -1401,18 +1400,6 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>com.github.veithen.phos</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.2</version>
-                <executions>
-                    <execution>
-                        <goals>
-                            <goal>install-data-file</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>com.github.veithen.maven</groupId>
                 <artifactId>jacoco-report-maven-plugin</artifactId>
                 <version>0.1.0</version>