You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2021/07/26 20:46:00 UTC

[jira] [Comment Edited] (SLING-10672) Document required settings for reproducible builds

    [ https://issues.apache.org/jira/browse/SLING-10672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17387617#comment-17387617 ] 

Konrad Windszus edited comment on SLING-10672 at 7/26/21, 8:45 PM:
-------------------------------------------------------------------

This sounds like a bug in m-javadoc-p, please report upstream. What do you mean by initializing the property in a meaningful way? When, by what?
If we set it to a default value we would basically disable https://issues.apache.org/jira/browse/SLING-9611 again.

<notimestamp>true</notimestamp> is already set in the ASF parent!


was (Author: kwin):
This sounds like a bug in m-javadoc-p, please report upstream. What do you mean by initializing the property in a meaningful way? When, by what?
If we set it to a default value we would basically disable https://issues.apache.org/jira/browse/SLING-9611 again.

> Document required settings for reproducible builds
> --------------------------------------------------
>
>                 Key: SLING-10672
>                 URL: https://issues.apache.org/jira/browse/SLING-10672
>             Project: Sling
>          Issue Type: Task
>          Components: Documentation
>    Affects Versions: Parent 44
>            Reporter: Oliver Lietz
>            Priority: Major
>
> Building Commons Messaging Mail with Bundle Parent 44 fails (after [adding required property|https://maven.apache.org/guides/mini/guide-reproducible-builds.html] {{<project.build.outputTimestamp>1</project.build.outputTimestamp>}}):
> {noformat}
> [INFO] --- maven-javadoc-plugin:3.3.0:javadoc (default-cli) @ org.apache.sling.commons.messaging.mail ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time:  21.566 s
> [INFO] Finished at: 2021-07-26T20:15:20+02:00
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc (default-cli) on project org.apache.sling.commons.messaging.mail: Execution default-cli of goal org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc failed: Text '1' could not be parsed at index 0 -> [Help 1]
> [ERROR] 
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR] 
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)