Skip to content

Commit

Permalink
Remove activation of profiles by default
Browse files Browse the repository at this point in the history
See the discussion at mesos/spark#355 for why
default profile activation is a problem.
  • Loading branch information
mbautin committed Jan 31, 2013
1 parent 55327a2 commit fe3ecea
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 77 deletions.
11 changes: 0 additions & 11 deletions bagel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down Expand Up @@ -77,12 +72,6 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down
11 changes: 0 additions & 11 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down Expand Up @@ -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>
Expand Down
11 changes: 0 additions & 11 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down Expand Up @@ -88,12 +83,6 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>

<properties>
<hadoop.major.version>1</hadoop.major.version>
Expand All @@ -521,12 +516,6 @@

<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<properties>
<hadoop.major.version>2</hadoop.major.version>
</properties>
Expand Down
11 changes: 0 additions & 11 deletions repl-bin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<properties>
<classifier>hadoop1</classifier>
</properties>
Expand Down Expand Up @@ -115,12 +110,6 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
Expand Down
11 changes: 0 additions & 11 deletions repl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<properties>
<classifier>hadoop1</classifier>
</properties>
Expand Down Expand Up @@ -128,12 +123,6 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<properties>
<classifier>hadoop2</classifier>
</properties>
Expand Down
11 changes: 0 additions & 11 deletions streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@
<profiles>
<profile>
<id>hadoop1</id>
<activation>
<property>
<name>!hadoopVersion</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down Expand Up @@ -115,12 +110,6 @@
</profile>
<profile>
<id>hadoop2</id>
<activation>
<property>
<name>hadoopVersion</name>
<value>2</value>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.spark-project</groupId>
Expand Down

0 comments on commit fe3ecea

Please sign in to comment.