aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMark Hamstra <markhamstra@gmail.com>2014-01-14 21:36:58 -0800
committerMark Hamstra <markhamstra@gmail.com>2014-01-14 22:17:24 -0800
commit147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2 (patch)
tree82e16c7f3af7fb485290e06a7c7272e2fbc525c2 /pom.xml
parent148757e88cc6475deb6dc6cd181532fffc5492f1 (diff)
downloadspark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.tar.gz
spark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.tar.bz2
spark-147a943df0f4f0df0bef7c0d41c5f4cfd00e00c2.zip
Removed repl-bin and updated maven build doc.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index b25d9d7ef8..54072b053c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,15 +754,5 @@
</modules>
</profile>
-
- <profile>
- <id>repl-bin</id>
- <activation>
- <activeByDefault>false</activeByDefault>
- </activation>
- <modules>
- <module>repl-bin</module>
- </modules>
- </profile>
</profiles>
</project>