You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2018/12/26 09:24:34 UTC

svn commit: r1849743 - in /webservices/axiom/trunk: code-coverage/ pom.xml src/site/site.xml

Author: veithen
Date: Wed Dec 26 09:24:34 2018
New Revision: 1849743

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

Removed:
    webservices/axiom/trunk/code-coverage/
Modified:
    webservices/axiom/trunk/pom.xml
    webservices/axiom/trunk/src/site/site.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1849743&r1=1849742&r2=1849743&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Wed Dec 26 09:24:34 2018
@@ -218,7 +218,6 @@
         <module>userguide</module>
         <module>apidocs</module>
         <module>distribution</module>
-        <module>code-coverage</module>
         <module>testing</module>
         <module>aspects</module>
         <module>implementations</module>
@@ -985,7 +984,7 @@
                         </configuration>
                     </execution>
                     <execution>
-                        <id>check-jacoco-exec</id>
+                        <id>check-tmp-dir</id>
                         <phase>verify</phase>
                         <goals>
                             <goal>execute</goal>
@@ -998,10 +997,6 @@
                                     if (new File(project.build.directory, 'tmp').listFiles().length > 0) {
                                         throw new Error("Temporary directory not empty");
                                     }
-                                    
-                                    if (project.properties['skipJacoco'] == 'true' || !new File(project.build.directory, 'jacoco.exec').exists()) {
-                                        project.properties['skipJacocoAttach'] = 'true'
-                                    }
                                 </script>
                             </scripts>
                         </configuration>
@@ -1154,29 +1149,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>attach-jacoco-exec</id>
-                        <phase>verify</phase>
-                        <goals>
-                            <goal>attach-artifact</goal>
-                        </goals>
-                        <configuration>
-                            <skipAttach>${skipJacocoAttach}</skipAttach>
-                            <artifacts>
-                                <artifact>
-                                    <file>${project.build.directory}/jacoco.exec</file>
-                                    <classifier>jacoco</classifier>
-                                    <type>exec</type>
-                                </artifact>
-                            </artifacts>
-                        </configuration>
-                    </execution>
-                </executions>
-            </plugin>
             <plugin>
                 <artifactId>maven-deploy-plugin</artifactId>
                 <configuration>

Modified: webservices/axiom/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/site.xml?rev=1849743&r1=1849742&r2=1849743&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/site.xml (original)
+++ webservices/axiom/trunk/src/site/site.xml Wed Dec 26 09:24:34 2018
@@ -74,7 +74,7 @@
             <item name="Javadocs" href="/apidocs/index.html"/>
             <item name="FAQ" href="faq.html"/>
             <item name="View Source" href="http://svn.apache.org/viewvc/webservices/axiom/trunk/?root=Apache-SVN"/>
-            <item name="Code Coverage" href="code-coverage/index.html"/>
+            <item name="Code Coverage" href="https://codecov.io/gh/apache/webservices-axiom"/>
             <item name="Privacy Policy" href="privacy-policy.html"/>
         </menu>
         <menu name="Modules">