aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0e2d93c170..ea5b9c9d05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,9 @@
<profile>
<id>hadoop1</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>!hadoop</name>
+ </property>
</activation>
<properties>
<hadoop.major.version>1</hadoop.major.version>