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

[jira] [Commented] (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=17387538#comment-17387538 ] 

Oliver Lietz commented on SLING-10672:
--------------------------------------

[~kwin], As mentioned on dev@ setting the property to a [real timestamp|https://github.com/apache/sling-org-apache-sling-api/blob/605ee072e4d83104c4c03e2aa0992aa8830bfb6b/pom.xml#L55] fixes the issue. Can we initialize the property in a meaningful way? Or use a common default value likeĀ {{1970-01-01T00:00:00Z}}?

> 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)