From 1cb2629f1aa466f92246828c562ea6f35c89ab87 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Mon, 6 Jul 2015 22:14:24 -0700 Subject: [HOTFIX] Rename release-profile to release when publishing releases. We named it as 'release-profile' because that is the Maven convention. However, it turns out this special name causes several other things to kick-in when we are creating releases that are not desirable. For instance, it triggers the javadoc plugin to run, which actually fails in our current build set-up. The fix is just to rename this to a different profile to have no collateral damage associated with its use. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fbcc915276..27dd4f750a 100644 --- a/pom.xml +++ b/pom.xml @@ -1835,7 +1835,7 @@ Use this profile only for making Spark releases. Note that due to SPARK-8819, you must use maven version 3.2.x or before to avoid running into MSHADE-148. --> - release-profile + release