You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ma...@apache.org on 2015/05/27 05:03:07 UTC

incubator-kylin git commit: KYLIN-698 make sandbox profile as default

Repository: incubator-kylin
Updated Branches:
  refs/heads/0.8.0 9efb47369 -> abbaa5577


KYLIN-698 make sandbox profile as default


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/abbaa557
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/abbaa557
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/abbaa557

Branch: refs/heads/0.8.0
Commit: abbaa557786d19ca1954dc4fbbfb9af5b6a28b45
Parents: 9efb473
Author: honma <ho...@ebay.com>
Authored: Wed May 27 11:02:57 2015 +0800
Committer: honma <ho...@ebay.com>
Committed: Wed May 27 11:02:57 2015 +0800

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/abbaa557/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e1e13fa..45ca250 100644
--- a/pom.xml
+++ b/pom.xml
@@ -544,9 +544,9 @@
 
     <profiles>
         <profile>
-            <id>default</id>
+            <id>minicluster</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <build>
                 <plugins>
@@ -591,7 +591,7 @@
         <profile>
             <id>sandbox</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <build>
                 <plugins>