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/09 14:49:39 UTC

svn commit: r1848520 - /webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml

Author: veithen
Date: Sun Dec  9 14:49:39 2018
New Revision: 1848520

URL: http://svn.apache.org/viewvc?rev=1848520&view=rev
Log:
Exclude axiom-c14n from coverage reports; it's removed on the trunk.

Modified:
    webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml

Modified: webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml?rev=1848520&r1=1848519&r2=1848520&view=diff
==============================================================================
--- webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml (original)
+++ webservices/axiom/branches/1.2.x/axiom-c14n/pom.xml Sun Dec  9 14:49:39 2018
@@ -64,6 +64,13 @@
                     </instructions>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>com.github.veithen.maven</groupId>
+                <artifactId>jacoco-report-maven-plugin</artifactId>
+                <configuration>
+                    <includeClasses>false</includeClasses>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>