Repository: commons-compress
Updated Branches:
  refs/heads/master bf88f6dbb -> b3d0c2683


use jacoco instead of cobertura, use japicmp


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b3d0c268
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b3d0c268
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/b3d0c268

Branch: refs/heads/master
Commit: b3d0c2683fe4e5a5ab2cbc4775f20730cd38852b
Parents: bf88f6d
Author: Stefan Bodewig <bode...@apache.org>
Authored: Thu Dec 22 08:19:53 2016 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Thu Dec 22 08:19:53 2016 +0100

----------------------------------------------------------------------
 pom.xml                            | 22 ++++++++++++++++------
 src/site/resources/profile.jacoco  |  0
 src/site/resources/profile.japicmp |  0
 3 files changed, 16 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b3d0c268/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 18a1082..1bcffc8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,6 +208,22 @@ jar, tar, zip, dump, 7z, arj.
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>com.github.siom79.japicmp</groupId>
+          <artifactId>japicmp-maven-plugin</artifactId>
+          <version>${commons.japicmp.version}</version>
+          <configuration>
+           <newVersion>
+             <file>
+               
<path>${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging}</path>
+             </file>
+           </newVersion>
+            <parameter>
+              <onlyModified>true</onlyModified>
+              
<breakBuildOnBinaryIncompatibleModifications>false</breakBuildOnBinaryIncompatibleModifications>
+            </parameter>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -262,12 +278,6 @@ jar, tar, zip, dump, 7z, arj.
   <reporting>
     <plugins>
       <plugin>
-        <!-- generate a code coverage report -->
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.7</version>
-      </plugin>
-      <plugin>
         <!-- generate the PMD reports -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b3d0c268/src/site/resources/profile.jacoco
----------------------------------------------------------------------
diff --git a/src/site/resources/profile.jacoco 
b/src/site/resources/profile.jacoco
new file mode 100644
index 0000000..e69de29

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/b3d0c268/src/site/resources/profile.japicmp
----------------------------------------------------------------------
diff --git a/src/site/resources/profile.japicmp 
b/src/site/resources/profile.japicmp
new file mode 100644
index 0000000..e69de29

Reply via email to