You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/03/31 21:43:55 UTC

git commit: ACCUMULO-2595 Remove jar for init module

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT fff852fce -> 67c15ffa2


ACCUMULO-2595 Remove jar for init module


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 67c15ffa24d2515e5e39562d2128e96094598492
Parents: fff852f
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Mar 31 15:36:49 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Mar 31 15:36:49 2014 -0400

----------------------------------------------------------------------
 init/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/67c15ffa/init/pom.xml
----------------------------------------------------------------------
diff --git a/init/pom.xml b/init/pom.xml
index dfd1ff8..17a1ff8 100644
--- a/init/pom.xml
+++ b/init/pom.xml
@@ -24,6 +24,7 @@
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>accumulo-init</artifactId>
+  <packaging>pom</packaging>
   <name>Init</name>
   <description>Initialize and start a single-node accumulo instance.</description>
   <dependencies>