aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-03-09 18:27:44 +0000
committerSean Owen <sowen@cloudera.com>2016-03-09 18:27:44 +0000
commit256704c771d301700af9ebf0d180c1ba7c4116c0 (patch)
treef9be79919b5c6ec4847c24a086fa844555e2cd12 /pom.xml
parent7791d0c3a9bdfe73e071266846f9ab1491fce50c (diff)
downloadspark-256704c771d301700af9ebf0d180c1ba7c4116c0.tar.gz
spark-256704c771d301700af9ebf0d180c1ba7c4116c0.tar.bz2
spark-256704c771d301700af9ebf0d180c1ba7c4116c0.zip
[SPARK-13595][BUILD] Move docker, extras modules into external
## What changes were proposed in this pull request? Move `docker` dirs out of top level into `external/`; move `extras/*` into `external/` ## How was this patch tested? This is tested with Jenkins tests. Author: Sean Owen <sowen@cloudera.com> Closes #11523 from srowen/SPARK-13595.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 90f46724e1..a3af20cb04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<module>sql/catalyst</module>
<module>sql/core</module>
<module>sql/hive</module>
- <module>docker-integration-tests</module>
+ <module>external/docker-integration-tests</module>
<module>assembly</module>
<module>external/twitter</module>
<module>external/flume</module>
@@ -2354,7 +2354,7 @@
<profile>
<id>spark-ganglia-lgpl</id>
<modules>
- <module>extras/spark-ganglia-lgpl</module>
+ <module>external/spark-ganglia-lgpl</module>
</modules>
</profile>
@@ -2362,8 +2362,8 @@
<profile>
<id>kinesis-asl</id>
<modules>
- <module>extras/kinesis-asl</module>
- <module>extras/kinesis-asl-assembly</module>
+ <module>external/kinesis-asl</module>
+ <module>external/kinesis-asl-assembly</module>
</modules>
</profile>
@@ -2387,7 +2387,7 @@
</build>
<modules>
- <module>extras/java8-tests</module>
+ <module>external/java8-tests</module>
</modules>
</profile>