From 4f8d997cc824719ceb5c1746fa1259def56f39a3 Mon Sep 17 00:00:00 2001 From: cgruber Date: Tue, 1 Sep 2015 16:00:34 -0700 Subject: As suggested by @jbgi, change the Maven build for AutoValue to use the org.immutables.tools version of the Maven Shade Plugin, which supports prefixing the simple names of shaded classes with $. This means that people can safely use the AutoValue with their IDEs, without having code completion ever show the shaded classes. ------------- Created by MOE: https://github.com/google/moe ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=102089611 --- value/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'value/pom.xml') diff --git a/value/pom.xml b/value/pom.xml index 4622be11..22c3f1b0 100644 --- a/value/pom.xml +++ b/value/pom.xml @@ -129,9 +129,9 @@ - org.apache.maven.plugins + org.immutables.tools maven-shade-plugin - 2.3 + 3 package @@ -143,11 +143,11 @@ org.objectweb - autovalue.shaded.org.objectweb + autovalue.shaded.org.objectweb$ com.google - autovalue.shaded.com.google.common + autovalue.shaded.com.google.common$ com.google.auto.value.** -- cgit v1.2.3