You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/04/17 01:31:35 UTC

git commit: ACCUMULO-2685 Include accumulo-shell artifact in tarball

Repository: accumulo
Updated Branches:
  refs/heads/master e5d10032f -> 8aedbe6ca


ACCUMULO-2685 Include accumulo-shell artifact in tarball


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

Branch: refs/heads/master
Commit: 8aedbe6ca6cc75bfb254950670d88e67cbe24a2a
Parents: e5d1003
Author: Josh Elser <el...@apache.org>
Authored: Wed Apr 16 19:30:57 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed Apr 16 19:30:57 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8aedbe6c/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index 338c4d0..378273a 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -90,6 +90,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-shell</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-start</artifactId>
     </dependency>
     <dependency>