SLIDER-335 enabled accumulo app package by default, can be disabled with 
-DskipAccumulo


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

Branch: refs/heads/feature/SLIDER-149_Support_a_YARN_service_registry
Commit: d4977152e279443609bea54c789e8b5d31434c94
Parents: 5730518
Author: Billie Rinaldi <billie.rina...@gmail.com>
Authored: Tue Aug 26 09:49:06 2014 -0700
Committer: Billie Rinaldi <billie.rina...@gmail.com>
Committed: Tue Aug 26 09:49:06 2014 -0700

----------------------------------------------------------------------
 app-packages/accumulo/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/d4977152/app-packages/accumulo/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml
index 359216b..40d6ba7 100644
--- a/app-packages/accumulo/pom.xml
+++ b/app-packages/accumulo/pom.xml
@@ -36,6 +36,11 @@
   <profiles>
     <profile>
       <id>accumulo-app-package</id>
+      <activation>
+        <property>
+          <name>!skipAccumulo</name>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Reply via email to