Repository: spark Updated Branches: refs/heads/branch-1.2 4a550acb2 -> 94bafd8b0
[SPARK-5289]: Backport publishing of repl, yarn into branch-1.2. This change was done in SPARK-4048 as part of a larger refactoring, but we need to backport this publishing of yarn and repl into Spark 1.2, so that we can cut a 1.2.1 release with these artifacts. Author: Patrick Wendell <[email protected]> Closes #4079 from pwendell/skip-deps and squashes the following commits: 807b833 [Patrick Wendell] [SPARK-5289]: Backport publishing of repl, yarn into branch-1.2. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/94bafd8b Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/94bafd8b Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/94bafd8b Branch: refs/heads/branch-1.2 Commit: 94bafd8b0d520ce0bfacaff1e0fee42cb60a89a3 Parents: 4a550ac Author: Patrick Wendell <[email protected]> Authored: Sat Jan 17 17:05:04 2015 -0800 Committer: Patrick Wendell <[email protected]> Committed: Sat Jan 17 17:05:04 2015 -0800 ---------------------------------------------------------------------- repl/pom.xml | 14 -------------- yarn/pom.xml | 14 -------------- 2 files changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/94bafd8b/repl/pom.xml ---------------------------------------------------------------------- diff --git a/repl/pom.xml b/repl/pom.xml index 8d1a42a..b5ddb64 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -102,20 +102,6 @@ <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>org.scalatest</groupId> <artifactId>scalatest-maven-plugin</artifactId> <configuration> http://git-wip-us.apache.org/repos/asf/spark/blob/94bafd8b/yarn/pom.xml ---------------------------------------------------------------------- diff --git a/yarn/pom.xml b/yarn/pom.xml index 45aa959..50e6ef7 100644 --- a/yarn/pom.xml +++ b/yarn/pom.xml @@ -111,20 +111,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-install-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>build-helper-maven-plugin</artifactId> <executions> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
