From 85f09126e2e058975a9afef0e395c624b3eb05c8 Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Mon, 24 Mar 2014 20:43:55 -0500 Subject: [PATCH] Don't include the annotation processor registration in the shaded (complete) jar --- tool/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tool/pom.xml b/tool/pom.xml index 5e580974b..febfec9f4 100644 --- a/tool/pom.xml +++ b/tool/pom.xml @@ -54,7 +54,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.1 + 2.2 false @@ -79,7 +79,6 @@ org.antlr:antlr4-annotations org/antlr/v4/runtime/** - META-INF/services/**