aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJan Prach <jendap@gmail.com>2015-07-16 18:42:41 +0100
committerSean Owen <sowen@cloudera.com>2015-07-16 18:42:41 +0100
commitb536d5dc6c2c712270b8130ddd9945dff19a27d9 (patch)
treecd99c4cc67534b8920d2667aa72d4eb7210a1e3c /tools
parent4ea6480a3ba4ca7e09089c9b99d4a855894b9015 (diff)
downloadspark-b536d5dc6c2c712270b8130ddd9945dff19a27d9.tar.gz
spark-b536d5dc6c2c712270b8130ddd9945dff19a27d9.tar.bz2
spark-b536d5dc6c2c712270b8130ddd9945dff19a27d9.zip
[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 <jendap@gmail.com> 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
Diffstat (limited to 'tools')
-rw-r--r--tools/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/pom.xml b/tools/pom.xml
index feffde4c85..298ee2348b 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -76,10 +76,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- </plugin>
</plugins>
</build>
</project>