diff --git a/pom.xml b/pom.xml index 024b1e5a4..c70f1be7b 100644 --- a/pom.xml +++ b/pom.xml @@ -270,11 +270,46 @@ - org.codehaus.mojo - clirr-maven-plugin + com.github.siom79.japicmp + japicmp-maven-plugin + 0.14.4 - ${api.comparison.version} + + + ${project.groupId} + ${project.artifactId} + ${api.comparison.version} + jar + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} + + + + true + true + + + METHOD_NEW_DEFAULT + true + true + + + + @org.apache.hc.core5.annotation.Internal + + + + + verify + + cmp + + + org.apache.rat @@ -305,14 +340,6 @@ - - org.codehaus.mojo - clirr-maven-plugin - ${hc.clirr.version} - - ${api.comparison.version} - - maven-project-info-reports-plugin false @@ -374,6 +401,38 @@ + + com.github.siom79.japicmp + japicmp-maven-plugin + 0.14.4 + + + + cmp-report + + + + + + + ${project.groupId} + ${project.artifactId} + ${api.comparison.version} + jar + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.${project.packaging} + + + + + @org.apache.hc.core5.annotation.Internal + + + + maven-jxr-plugin ${hc.jxr.version}