[
https://issues.apache.org/jira/browse/RATIS-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Attila Doroszlai updated RATIS-2440:
------------------------------------
Description:
{{ratis-bom}} module does not inherit from {{ratis}} main (root) POM to avoid
leaking dependencies. However, it could inherit from {{maven-apache-parent}},
which is also the parent of {{ratis}} main.
This fixes the error due to missing {{project.build.outputTimestamp}}:
{code}
$ mvn -DskipTests -Pdist clean package artifact:compare
...
[INFO] --- artifact:3.6.1:compare (default-cli) @ ratis-bom ---
[ERROR] Reproducible Build not activated by project.build.outputTimestamp
property: see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html
{code}
was:{{ratis-bom}} module does not inherit from {{ratis}} main (root) POM to
avoid leaking dependencies. However, it could inherit from
{{maven-apache-parent}}, which is also the parent of {{ratis}} main.
> Let ratis-bom inherit from Apache parent
> ----------------------------------------
>
> Key: RATIS-2440
> URL: https://issues.apache.org/jira/browse/RATIS-2440
> Project: Ratis
> Issue Type: Improvement
> Components: build
> Reporter: Attila Doroszlai
> Assignee: Attila Doroszlai
> Priority: Major
>
> {{ratis-bom}} module does not inherit from {{ratis}} main (root) POM to avoid
> leaking dependencies. However, it could inherit from
> {{maven-apache-parent}}, which is also the parent of {{ratis}} main.
> This fixes the error due to missing {{project.build.outputTimestamp}}:
> {code}
> $ mvn -DskipTests -Pdist clean package artifact:compare
> ...
> [INFO] --- artifact:3.6.1:compare (default-cli) @ ratis-bom ---
> [ERROR] Reproducible Build not activated by project.build.outputTimestamp
> property: see
> https://maven.apache.org/guides/mini/guide-reproducible-builds.html
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)