Repository: spark
Updated Branches:
  refs/heads/master 15a2ab5f8 -> ed5f4bb7c


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


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

Branch: refs/heads/master
Commit: ed5f4bb7cb2c934b818d1e8b8b4e6a0056119c80
Parents: 15a2ab5
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:44:02 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/spark/blob/ed5f4bb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 53372d5..6810d71 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