Marshall Schor created UIMA-4301:
------------------------------------
Summary: UIMAJ Javadocs Jenkins build failing
Key: UIMA-4301
URL: https://issues.apache.org/jira/browse/UIMA-4301
Project: UIMA
Issue Type: Bug
Components: Core Java Framework
Reporter: Marshall Schor
Assignee: Marshall Schor
Fix For: 2.7.1SDK
The new generic code makes use of the "diamond" operator, which is valid in
Java 7 but not in Java 5. Jenkins build (only?) seems to run a Javadoc goal
with the execution id of "default-cli". Normal maven build does not run this
goal... The parent pom had been updated to specify source level 7 but not for
the execution id of default-cli. Add this configuration as a work-around to
get the Jenkins build to work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)