You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2018/10/02 16:02:57 UTC

knox git commit: KNOX-1480 - Remove cobertura-maven-plugin

Repository: knox
Updated Branches:
  refs/heads/master e19f5f389 -> 171a0504e


KNOX-1480 - Remove cobertura-maven-plugin

Signed-off-by: Kevin Risden <kr...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/171a0504
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/171a0504
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/171a0504

Branch: refs/heads/master
Commit: 171a0504edc8a51375bb396342627aa52dbffa50
Parents: e19f5f3
Author: Kevin Risden <kr...@apache.org>
Authored: Tue Oct 2 11:22:06 2018 -0400
Committer: Kevin Risden <kr...@apache.org>
Committed: Tue Oct 2 11:22:09 2018 -0400

----------------------------------------------------------------------
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/171a0504/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 243cd10..bcf808b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,18 +176,6 @@
     
     <profiles>
         <profile>
-            <id>analyze</id>
-            <build>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>cobertura-maven-plugin</artifactId>
-                        <version>2.5.2</version>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-        <profile>
             <id>package</id>
             <build>
                 <plugins>
@@ -526,17 +514,6 @@
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
-                <artifactId>cobertura-maven-plugin</artifactId>
-                <version>2.5.2</version>
-                <configuration>
-                    <formats>
-                        <format>html</format>
-                    </formats>
-                    <check/>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javancss-maven-plugin</artifactId>
                 <version>2.0-beta-2</version>
             </plugin>