From b536d5dc6c2c712270b8130ddd9945dff19a27d9 Mon Sep 17 00:00:00 2001 From: Jan Prach Date: Thu, 16 Jul 2015 18:42:41 +0100 Subject: [SPARK-9015] [BUILD] Clean project import in scala ide Cleanup maven for a clean import in scala-ide / eclipse. * remove groovy plugin which is really not needed at all * add-source from build-helper-maven-plugin is not needed as recent version of scala-maven-plugin do it automatically * add lifecycle-mapping plugin to hide a few useless warnings from ide Author: Jan Prach Closes #7375 from jendap/clean-project-import-in-scala-ide and squashes the following commits: c4b4c0f [Jan Prach] fix whitespaces 5a83e07 [Jan Prach] Revert "remove java compiler warnings from java tests" 312007e [Jan Prach] scala-maven-plugin itself add scala sources by default f47d856 [Jan Prach] remove spark-1.4-staging repository c8a54db [Jan Prach] remove java compiler warnings from java tests 999a068 [Jan Prach] remove some maven warnings in scala ide 80fbdc5 [Jan Prach] remove groovy and gmavenplus plugin --- pom.xml | 130 ++++++++++++++++++++++++++-------------------------------------- 1 file changed, 53 insertions(+), 77 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index aa49e2ab72..c5c655834b 100644 --- a/pom.xml +++ b/pom.xml @@ -152,7 +152,6 @@ 1.2.1 4.3.2 3.4.1 - ${project.build.directory}/spark-test-classpath.txt 2.10.4 2.10 ${scala.version} @@ -283,18 +282,6 @@ false - - - spark-1.4-staging - Spark 1.4 RC4 Staging Repository - https://repository.apache.org/content/repositories/orgapachespark-1112 - - true - - - false - - @@ -318,17 +305,6 @@ unused 1.0.0 - - - org.codehaus.groovy - groovy-all - 2.3.7 - provided - + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + [2.8,) + + build-classpath + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + [2.6,) + + test-jar + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.8,) + + run + + + + + + + + + + @@ -1429,34 +1457,12 @@ test - ${test_classpath_file} + test_classpath - - - org.codehaus.gmavenplus - gmavenplus-plugin - 1.5 - - - process-test-classes - - execute - - - - - - - - -