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

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

commit 753f16476f727bec639f289d083d5dc0b9fdb326
Author: Matt Benson <mben...@apache.org>
AuthorDate: Mon Jun 18 16:55:01 2018 -0500

    disable japicmp for build-tools module
---
 build-tools/pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index aadf121..d27a395 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -35,6 +35,17 @@ under the License.
   </scm>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+                 <groupId>com.github.siom79.japicmp</groupId>
+          <artifactId>japicmp-maven-plugin</artifactId>
+          <configuration>
+            <skip>true</skip>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-source-plugin</artifactId>

Reply via email to