You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2019/08/26 02:07:36 UTC

[james-project] 02/14: JAMES-2872 Remove cobertura-maven-plugin

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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9ed9a740f836c78a99aacdb61996c4406d8cf15b
Author: Rene Cordier <rc...@linagora.com>
AuthorDate: Fri Aug 23 11:35:56 2019 +0700

    JAMES-2872 Remove cobertura-maven-plugin
    
    The plugin is not maintained anymore and is not compatible with Java 11
---
 pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/pom.xml b/pom.xml
index b327e9e..0cf36ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2971,20 +2971,6 @@
                 </plugin>
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
-                    <artifactId>cobertura-maven-plugin</artifactId>
-                    <version>2.7</version>
-                    <configuration>
-                        <aggregate>true</aggregate>
-                        <!--
-                            Whether to remove GPL licensed files from the generated report. This is required to distribute
-                            the report as part of a distribution, which is licensed under the ASL, or a similar license,
-                            which is incompatible with the GPL
-                        -->
-                        <omitGplFiles>true</omitGplFiles>
-                    </configuration>
-                </plugin>
-                <plugin>
-                    <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
                     <version>1.6.0</version>
                 </plugin>
@@ -3347,10 +3333,6 @@
                 <artifactId>maven-surefire-report-plugin</artifactId>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
             </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org