From d4cd922cf08765cd4a91f9a29c6ae585c4735328 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Mon, 8 Sep 2014 20:58:21 +0100 Subject: [PATCH] Add clirr plugin to detect public API changes --- pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pom.xml b/pom.xml index 36a4b7146..f7c531dc7 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,10 @@ org.apache.maven.plugins maven-release-plugin + + org.codehaus.mojo + clirr-maven-plugin + @@ -417,6 +421,20 @@ + + org.codehaus.mojo + clirr-maven-plugin + 2.6.1 + + + check-api + verify + + check + + + +