maven install is broken due to incorrect organisation
-----------------------------------------------------
Key: ZOOKEEPER-813
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-813
Project: Zookeeper
Issue Type: Bug
Components: build
Affects Versions: 3.3.1
Reporter: Jeff Hodges
SBT doesn't like the pom file for zookeeper because while it's under the
"org.apache.hadoop" directory, it's organisation is actually
"org.apache.zookeeper". A simple fix for this is to just change
"org.apache.zookeeper" to "org.apache.hadoop".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.