We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to make our builds complaint with Apache standards they have to be configured as a reproducible according to what described here https://maven.apache.org/guides/mini/guide-reproducible-builds.html
TODO:
maven-artifact-plugin / project.build.outputTimestamp
mvn artifact:check-buildplan
mvn clean install
mvn clean verify artifact:compare
The text was updated successfully, but these errors were encountered:
Implemented in Drools with apache/incubator-kie-drools@829c28a
Sorry, something went wrong.
mariofusco
gitgabrio
Successfully merging a pull request may close this issue.
In order to make our builds complaint with Apache standards they have to be configured as a reproducible according to what described here https://maven.apache.org/guides/mini/guide-reproducible-builds.html
TODO:
maven-artifact-plugin / project.build.outputTimestamp
mvn artifact:check-buildplan
(to check overall configuration)1.
mvn clean install
2.
mvn clean verify artifact:compare
(check against previous build)The text was updated successfully, but these errors were encountered: