Woonsan Ko created SCXML-237:
--------------------------------
Summary: Javadoc generation fails on JDK18
Key: SCXML-237
URL: https://issues.apache.org/jira/browse/SCXML-237
Project: Commons SCXML
Issue Type: Bug
Affects Versions: 2.0
Reporter: Woonsan Ko
Assignee: Woonsan Ko
Fix For: 2.0
Maven site plugin fails due to Javadoc errors on JDK 1.8:
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-site-plugin:3.4:site (default-site) on project
commons-scxml2: Error generating maven-javadoc-plugin:2.10.2:javadoc:
…
warning: no @param for state
[ERROR] public Context getContext(EnterableState state) {
[ERROR] ^
...
unknown tag: assign
[ERROR] * The allowable types of <assign/> including and in particular when
using XPath
[ERROR] ^
...
error: unexpected end tag: </p>
[ERROR] * </p>
[ERROR] ^
...
error: self-closing element not allowed
[ERROR] * register the provider under the {@link Evaluator#DEFAULT_DATA_MODEL}
("") value for the datamodel.<br/>
[ERROR] ^
...
warning: no @throws for org.apache.commons.scxml2.model.ModelException
[ERROR] protected void setEvaluator(Evaluator evaluator, boolean reAttach)
throws ModelException {
[ERROR] ^
...
error: unexpected content
[ERROR] * @see {@link SCInstance#initialize()}
[ERROR] ^
...
warning - Tag @see:illegal character: "123" in "{@link SCInstance#initialize()}"
...
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)