From 48cb08e7c7e122bcc647fded9a11fd6bdfe0424b Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 7 Oct 2019 10:58:14 -0700 Subject: [PATCH] feat: enable clirr-maven-plugin (#34) --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 3993d188..a4a82e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -171,6 +171,11 @@ build-helper-maven-plugin 3.0.0 + + org.codehaus.mojo + clirr-maven-plugin + 2.8 + @@ -299,6 +304,21 @@ + + org.codehaus.mojo + clirr-maven-plugin + + clirr-ignored-differences.xml + true + + + + + check + + + +