Repository: spark
Updated Branches:
  refs/heads/branch-1.3 1945fcfd9 -> f87f3b755


SPARK-5822 [BUILD] cannot import src/main/scala & src/test/scala into eclipse 
as source folder

   When import the whole project into eclipse as maven project, found that the
   src/main/scala & src/test/scala can not be set as source folder as default
   behavior, so add a "add-source" goal in scala-maven-plugin to let this work.

Author: gli <g...@redhat.com>

Closes #4531 from ligangty/addsource and squashes the following commits:

4e4db4c [gli] [IDE] cannot import src/main/scala & src/test/scala into eclipse 
as source folder

(cherry picked from commit ed5f4bb7cb2c934b818d1e8b8b4e6a0056119c80)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.3
Commit: f87f3b755817aa239ae2efa718f7c1f4569d84bd
Parents: 1945fcf
Author: gli <g...@redhat.com>
Authored: Sat Feb 14 20:43:27 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sat Feb 14 20:45:41 2015 +0000

----------------------------------------------------------------------
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/f87f3b75/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94df0bb..2af02b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1084,6 +1084,12 @@
           <version>3.2.0</version>
           <executions>
             <execution>
+              <id>eclipse-add-source</id>
+              <goals>
+                <goal>add-source</goal>
+              </goals>
+            </execution>
+            <execution>
               <id>scala-compile-first</id>
               <phase>process-resources</phase>
               <goals>


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

Reply via email to