diff --git a/bagel/pom.xml b/bagel/pom.xml index 4ca643bbb7975d13a4980919ef551c8553e3ae13..85b2077026173f3aaa0386eb755ef1220a5dc79a 100644 --- a/bagel/pom.xml +++ b/bagel/pom.xml @@ -46,7 +46,9 @@ <profile> <id>hadoop1</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>!hadoop</name> + </property> </activation> <dependencies> <dependency> diff --git a/core/pom.xml b/core/pom.xml index cd789a7db0bc03dd55d1ae1a5451a4976a9af25d..005d8fe4981200acb6cad4f71decea2fc8cee209 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -160,7 +160,9 @@ <profile> <id>hadoop1</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>!hadoop</name> + </property> </activation> <dependencies> <dependency> diff --git a/examples/pom.xml b/examples/pom.xml index 9e638c82842875e783b2e2c2e4899c0ad0f82d82..3f738a3f8cf04b7004477afbf2acfc266d1ecc56 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -46,7 +46,9 @@ <profile> <id>hadoop1</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>!hadoop</name> + </property> </activation> <dependencies> <dependency> diff --git a/pom.xml b/pom.xml index 0e2d93c17029fa3ffd79420b026380a2dbc6e623..ea5b9c9d05a3418744d07df06259de8de8417af9 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> diff --git a/repl-bin/pom.xml b/repl-bin/pom.xml index aa9895eda2561d856e8e7852845811f55112d71c..fecb01f3cd8635a26a83a628e1a921b8b134598d 100644 --- a/repl-bin/pom.xml +++ b/repl-bin/pom.xml @@ -71,7 +71,9 @@ <profile> <id>hadoop1</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>!hadoop</name> + </property> </activation> <properties> <classifier>hadoop1</classifier> diff --git a/repl/pom.xml b/repl/pom.xml index ba7a051310d70028214f9a8f0e1c8afea66dd88d..04b2c35bebbdec4ea549cc9790a7164fa4af8498 100644 --- a/repl/pom.xml +++ b/repl/pom.xml @@ -73,7 +73,9 @@ <profile> <id>hadoop1</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>!hadoop</name> + </property> </activation> <properties> <classifier>hadoop1</classifier>