You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/11/04 00:07:16 UTC

[commons-jexl] branch master updated: Jacoco uses the config in the build section

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new d70e659  Jacoco uses the config in the build section
d70e659 is described below

commit d70e6593dd698ab1b88d363026e650544b66e3da
Author: Sebb <se...@apache.org>
AuthorDate: Wed Nov 4 00:07:07 2020 +0000

    Jacoco uses the config in the build section
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4934df9..4b6b821 100644
--- a/pom.xml
+++ b/pom.xml
@@ -355,18 +355,6 @@
                 </configuration>
             </plugin>
 
-            <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${commons.jacoco.version}</version>
-                <configuration>
-                    <excludes>
-                            <exclude>**/generated-sources/**/*</exclude>
-                            <exclude>**/org/apache/commons/jexl3/parser/*.class</exclude>
-                            <exclude>**/org/apache/commons/jexl3/**/*Test.class</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
         </plugins>
     </reporting>