From e21b78b4e6c3cfc93d5de95487ea605511ac16c0 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 16 Jan 2015 14:16:46 -0800 Subject: [PATCH] [HOTFIX]: Minor clean up regarding skipped artifacts in build files. There are two relevant 'skip' configurations in the build, the first is for "mvn install" and the second is for "mvn deploy". As of 1.2, we actually use "mvn install" to generate our deployed artifcts, because we have some customization of the nexus upload due to having to cross compile for Scala 2.10 and 2.11. There is no reason to have differents settings for these values, this patch simply cleans this up for the repl/ and yarn/ projects. --- repl/pom.xml | 7 ------- yarn/pom.xml | 10 ---------- 2 files changed, 17 deletions(-) diff --git a/repl/pom.xml b/repl/pom.xml index 0bc8bccf90a6..ae7c31aef4f5 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -92,13 +92,6 @@ target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes - - org.apache.maven.plugins - maven-deploy-plugin - - true - - org.codehaus.mojo diff --git a/yarn/pom.xml b/yarn/pom.xml index b86857db7bde..7595549e4b6d 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -123,16 +123,6 @@ - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - target/scala-${scala.binary.version}/classes target/scala-${scala.binary.version}/test-classes