ACCESS-211: Add maven profile for compiling access with upstream Apache hadoop/hive. make apache profile as default
diff --git a/pom.xml b/pom.xml
index 73cf9ba..c0dde8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,8 +58,7 @@
       <id>apache-hive</id>
       <activation>
         <property>
-          <name>hadoop-distro</name>
-          <value>apache</value>
+          <name>!hadoop-distro</name>
         </property>
       </activation>
       <properties>
@@ -77,7 +76,8 @@
       <id>cdh-hive</id>
       <activation>
         <property>
-          <name>!hadoop-distro</name>
+          <name>hadoop-distro</name>
+          <value>apache</value>
         </property>
       </activation>
       <properties>