Kevin Risden created KNOX-1554:
----------------------------------
Summary: Allow Knox site to be built with JDK 11
Key: KNOX-1554
URL: https://issues.apache.org/jira/browse/KNOX-1554
Project: Apache Knox
Issue Type: Improvement
Components: Site
Reporter: Kevin Risden
Assignee: Kevin Risden
Fix For: 1.2.0
Currently the Knox site fails to build with JDK 11 due to
{code:java}
[exec] [ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project markbook: Compilation failure: Compilation failure:
[exec] [ERROR] Source option 5 is no longer supported. Use 6 or later.
[exec] [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
[exec] [ERROR] -> [Help 1]
[exec] [ERROR]
[exec] [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
[exec] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[exec] [ERROR]
[exec] [ERROR] For more information about the errors and possible solutions,
please read the following articles:
[exec] [ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[exec] [ERROR]
[exec] [ERROR] After correcting the problems, you can resume the build with
the command
[exec] [ERROR] mvn <goals> -rf :markbook
[exec] Result: 1{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)