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

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


The following commit(s) were added to refs/heads/master by this push:
     new cf0778a  Add binary compatibility check to Maven default goal (#555)
cf0778a is described below

commit cf0778a5ad0ad876d4233816b46978679bebac35
Author: XenoAmess <[email protected]>
AuthorDate: Mon Jun 15 10:08:10 2020 +0800

    Add binary compatibility check to Maven default goal (#555)
    
    * add bc detect as discussed in mailing list.
    
    * add bc detect as discussed in mailing list.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 428266f..fae2aa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -615,8 +615,8 @@
     <commons.surefire.version>3.0.0-M4</commons.surefire.version>
     <commons.javadoc.version>3.1.1</commons.javadoc.version>
 
-    <!-- generate report even if there are binary incompatible changes -->
-    
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
+    <!-- never generate report if there are binary incompatible changes -->
+    
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
     <commons.japicmp.version>0.14.3</commons.japicmp.version>
 
     <!-- Commons Release Plugin -->
@@ -630,7 +630,7 @@
 
 
   <build>
-   <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check 
spotbugs:check javadoc:javadoc</defaultGoal>
+   <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp 
spotbugs:check javadoc:javadoc</defaultGoal>
    <pluginManagement>
       <plugins>
         <plugin>

Reply via email to