aggregateknowledge / java-hll

Java library for the HyperLogLog algorithm
http://research.neustar.biz/2013/12/24/open-source-release-java-hll/
Apache License 2.0
312 stars 71 forks source link

pom cleanup: gpg and javadoc #20

Closed blinsay closed 8 years ago

blinsay commented 8 years ago

The pom had two different versions of the maven-gpg plugin specified, so I fixed that.

Javadoc also wasn't building in JDK8 because apparently self-closing HTML tags aren't allowed in Javadoc as of JDK8. Rather than changing all the javadocs, let's pass -Xdoclint:none to the javadoc plugin and disable that check for now.

blinsay commented 8 years ago

Whoops, wrong fork.