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
The following commit(s) were added to refs/heads/master by this push: new cbb280f Workaround for japicmp report generation. Can be removed when parent moves to 48+. cbb280f is described below commit cbb280fd833f089a8c15acb6fda7815b597ecce8 Author: Roberto Cortez <radcor...@yahoo.com> AuthorDate: Fri Aug 24 18:34:54 2018 +0100 Workaround for japicmp report generation. Can be removed when parent moves to 48+. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 0564f26..1d59d42 100644 --- a/pom.xml +++ b/pom.xml @@ -149,6 +149,15 @@ under the License. <artifactId>build-helper-maven-plugin</artifactId> <version>1.9</version> </plugin> + <!-- override skip property of parent pom, can be removed once + we adopt parent 48+ --> + <plugin> + <groupId>com.github.siom79.japicmp</groupId> + <artifactId>japicmp-maven-plugin</artifactId> + <configuration> + <skip>false</skip> + </configuration> + </plugin> </plugins> </pluginManagement> <plugins>