You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2017/09/20 09:49:11 UTC

spark git commit: [SPARK-22066][BUILD][HOTFIX] Revert scala-maven-plugin to 3.2.2 to work with Maven+zinc again

Repository: spark
Updated Branches:
  refs/heads/master 3d4dd14cd -> 2b6ff0cef


[SPARK-22066][BUILD][HOTFIX] Revert scala-maven-plugin to 3.2.2 to work with Maven+zinc again

## What changes were proposed in this pull request?

See https://github.com/apache/spark/pull/19282
Revert scala-maven-plugin to 3.2.2 to work with Maven+zinc again

## How was this patch tested?

Reproduced locally with zinc, and confirmed this removes the problem.

Author: Sean Owen <so...@cloudera.com>

Closes #19292 from srowen/SPARK-22066.2.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2b6ff0ce
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2b6ff0ce
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2b6ff0ce

Branch: refs/heads/master
Commit: 2b6ff0cefda2a44fb265b4ac08b95ac4101d9f21
Parents: 3d4dd14
Author: Sean Owen <so...@cloudera.com>
Authored: Wed Sep 20 10:49:06 2017 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Sep 20 10:49:06 2017 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/2b6ff0ce/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e292db9..b0408ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2012,7 +2012,8 @@
         <plugin>
           <groupId>net.alchim31.maven</groupId>
           <artifactId>scala-maven-plugin</artifactId>
-          <version>3.3.1</version>
+          <!-- 3.3.1 won't work with zinc; fails to find javac from java.home -->
+          <version>3.2.2</version>
           <executions>
             <execution>
               <id>eclipse-add-source</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org