Hugo Mougard created OPENNLP-726:
------------------------------------
Summary: broken build for java 8 because of DocLint
Key: OPENNLP-726
URL: https://issues.apache.org/jira/browse/OPENNLP-726
Project: OpenNLP
Issue Type: Bug
Components: Build, Packaging and Test
Affects Versions: 1.6.0
Environment: java 8
Reporter: Hugo Mougard
In Java 8, there is a new tool called DocLint, which checks if the javadoc is
complete and prevents packaging otherwise during maven javadoc:jar and site
generation.
This problem has broken many projects and indeed on my machine OpenNLP doesn't
build without some tweaking because of that (I'm using Java 8).
See http://stackoverflow.com/a/22981151/1027951 for a solution using maven
profiles to activate a switch only when the jdk is > 1.8
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)