Description
This is a problem if you use zookeeper as a dependency in maven because for whatever reason the maven compiler plugin will pick up the java files in the jar and compile them to the output directory. From there they will land in the generated jar file for whatever project happens to depend on zookeeper thus introducing duplicate classes (once in zookeeper.jar, once in the project's artifact).
Attachments
Attachments
Issue Links
- blocks
-
ZOOKEEPER-224 Deploy ZooKeeper jars/artifacts to a Maven Repository
- Closed
- is related to
-
ZOOKEEPER-95 There is no need to include the code generators in the zookeeper jar
- Resolved