You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2015/09/29 20:50:34 UTC

[05/13] accumulo git commit: ACCUMULO-3995 Run jdeb even though it's a pom-only module.

ACCUMULO-3995 Run jdeb even though it's a pom-only module.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/586c4ee1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/586c4ee1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/586c4ee1

Branch: refs/heads/master
Commit: 586c4ee199a2d53fd989b6a2815b3566b0562ad3
Parents: c364acd
Author: Josh Elser <jo...@gmail.com>
Authored: Mon Sep 14 19:31:04 2015 +0000
Committer: Josh Elser <jo...@gmail.com>
Committed: Mon Sep 14 20:26:33 2015 +0000

----------------------------------------------------------------------
 assemble/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/586c4ee1/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index 331a314..a51f231 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -471,6 +471,7 @@
                   <classifier>bin</classifier>
                   <controlDir>assemble/deb/accumulo</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
+                  <skipPOMs>false</skipPOMs>
                   <dataSet>
                     <data>
                       <src>${accumulo-top}/lib</src>
@@ -613,6 +614,7 @@
                   <controlDir>assemble/deb/accumulo-native</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
                   <classifier>native</classifier>
+                  <skipPOMs>false</skipPOMs>
                   <dataSet>
                     <data>
                       <src>${accumulo-top}/assemble/accumulo-only-NOTICE</src>
@@ -671,6 +673,7 @@
                   <controlDir>assemble/deb/accumulo-test</controlDir>
                   <installDir>/usr/lib/accumulo</installDir>
                   <classifier>test</classifier>
+                  <skipPOMs>false</skipPOMs>
                   <dataSet>
                     <data>
                       <src>${accumulo-top}/assemble/accumulo-only-NOTICE</src>