From 9707ab80bf2caa55e9a004c81ab8e4a5c7463a06 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 7 Oct 2019 10:37:49 -0700 Subject: [PATCH] feat: enable clirr-maven-plugin --- 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 + + + +