You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2018/06/18 22:03:43 UTC

[commons-weaver] 02/03: disable japicmp for build-tools module

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 <mb...@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>