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 --- sql/core/pom.xml | 1 - sql/hive/pom.xml | 1 - 2 files changed, 2 deletions(-) (limited to 'sql') diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 2c03fee9db..be0966641b 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -123,7 +123,6 @@ - src/test/scala src/test/gen-java diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index a17546d706..b00f320318 100644 --- a/sql/hive/pom.xml +++ b/sql/hive/pom.xml @@ -133,7 +133,6 @@ - src/test/scala compatibility/src/test/scala -- cgit v1.2.3