aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorMikhail Bautin <mbautin@gmail.com>2013-01-31 13:30:41 -0800
committerMikhail Bautin <mbautin@gmail.com>2013-01-31 13:30:41 -0800
commitfe3eceab5724bec0103471eb905bb9701120b04a (patch)
treecf010e29129fe3e83020b82f4dc1128c8e503440 /core/pom.xml
parent55327a283e962652a126d3f8ac7e9a19c76f1f19 (diff)
downloadspark-fe3eceab5724bec0103471eb905bb9701120b04a.tar.gz
spark-fe3eceab5724bec0103471eb905bb9701120b04a.tar.bz2
spark-fe3eceab5724bec0103471eb905bb9701120b04a.zip
Remove activation of profiles by default
See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 862d3ec37a..873e8a1d0f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -163,11 +163,6 @@
<profiles>
<profile>
<id>hadoop1</id>
- <activation>
- <property>
- <name>!hadoopVersion</name>
- </property>
- </activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
@@ -220,12 +215,6 @@
</profile>
<profile>
<id>hadoop2</id>
- <activation>
- <property>
- <name>hadoopVersion</name>
- <value>2</value>
- </property>
- </activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>