A. J. David Bosschaert created SLING-10744:
----------------------------------------------
Summary: Generating Javadoc with parent 44 fails
Key: SLING-10744
URL: https://issues.apache.org/jira/browse/SLING-10744
Project: Sling
Issue Type: Bug
Components: Feature Model Analyser
Affects Versions: Feature Model Analyser 1.3.34
Reporter: A. J. David Bosschaert
Fix For: Feature Model Analyser 1.3.36
When running {{mvn javadoc:jar}} with parent 44 the execution fails as follows:
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:3.0.0-M4:perform (default-cli) on
project org.apache.sling.feature.analyser: Maven execution failed, exit code:
'1' -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-release-plugin:3.0.0-M4:perform (default-cli) on
project org.apache.sling.feature.analyser: Maven execution failed, exit code:
'1'
{code}
Seems to be some date/time problem with the Javadoc:
{code}
[INFO] Caused by: java.time.format.DateTimeParseException: Text '1' could not
be parsed at index 0
[INFO] at java.time.format.DateTimeFormatter.parseResolved0
(DateTimeFormatter.java:2046)
[INFO] at java.time.format.DateTimeFormatter.parse
(DateTimeFormatter.java:1874)
[INFO] at
org.apache.maven.plugins.javadoc.AbstractJavadocMojo.getBottomText
(AbstractJavadocMojo.java:3007)
[INFO] at
org.apache.maven.plugins.javadoc.AbstractJavadocMojo.addStandardDocletOptions
(AbstractJavadocMojo.java:5549)
[INFO] at
org.apache.maven.plugins.javadoc.AbstractJavadocMojo.executeReport
(AbstractJavadocMojo.java:2170)
[INFO] at org.apache.maven.plugins.javadoc.JavadocJar.doExecute
(JavadocJar.java:199)
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)