Repository: accumulo Updated Branches: refs/heads/master 2256227b1 -> e94cd92ef
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/master Commit: 67c15ffa24d2515e5e39562d2128e96094598492 Parents: fff852f Author: Christopher Tubbs <ctubb...@apache.org> Authored: Mon Mar 31 15:36:49 2014 -0400 Committer: Christopher Tubbs <ctubb...@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>