You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/16 17:36:06 UTC

[commons-lang] branch master updated: JApiCmp is already configured in the parent and enabled with a property.

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 5e085b7  JApiCmp is already configured in the parent and enabled with a property.
5e085b7 is described below

commit 5e085b72ec08121f2acefaa9110a0464ebd40e67
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 16 13:35:56 2020 -0400

    JApiCmp is already configured in the parent and enabled with a property.
---
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/pom.xml b/pom.xml
index e833726..f44aae7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -650,14 +650,6 @@
             </excludes>
           </configuration>
         </plugin>
-        <!-- override skip property of parent pom -->
-        <plugin>
-          <groupId>com.github.siom79.japicmp</groupId>
-          <artifactId>japicmp-maven-plugin</artifactId>
-          <configuration>
-            <skip>false</skip>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>