From 100179a101f1fd9ce281397574d7ad729f08953a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 1 Oct 2015 01:41:52 +0200 Subject: Use japicmp instead of clirr to detect API changes Clirr doesn't support Java 8 hence use japicmp instead. See https://github.com/siom79/japicmp Change-Id: If4b30a6d6aa849b4d6b3b0c900558c609822840c Signed-off-by: Matthias Sohn --- org.eclipse.jgit/pom.xml | 86 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 77 insertions(+), 9 deletions(-) (limited to 'org.eclipse.jgit') diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index 14b54e321c..1eac7e4990 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -166,8 +166,45 @@ - org.codehaus.mojo - clirr-maven-plugin + com.github.siom79.japicmp + japicmp-maven-plugin + ${japicmp-version} + + + + ${project.groupId} + ${project.artifactId} + ${jgit-last-release-version} + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + + + + true + + org.eclipse.jgit.* + + public + false + false + false + false + false + true + + false + + + + verify + + cmp + + + @@ -187,13 +224,44 @@ - org.codehaus.mojo - clirr-maven-plugin - ${clirr-version} - - ${jgit-last-release-version} - info - + com.github.siom79.japicmp + japicmp-maven-plugin + ${japicmp-version} + + + + cmp-report + + + + + + + ${project.groupId} + ${project.artifactId} + ${jgit-last-release-version} + + + + + ${project.build.directory}/${project.artifactId}-${project.version}.jar + + + + true + + org.eclipse.jgit.* + + public + false + false + false + false + false + true + + false + -- cgit v1.2.3