[
https://issues.apache.org/jira/browse/KNOX-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16676772#comment-16676772
]
ASF subversion and git services commented on KNOX-1554:
-------------------------------------------------------
Commit 1845916 from [email protected]
[ https://svn.apache.org/r1845916 ]
KNOX-1553 / KNOX-1554 - Update to org.apache.knox and allow building with JDK 11
> 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
> Priority: Major
> 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)