Skip to content
New issue

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

prepare Reproducible Builds for ANTLR3 #210

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hboutemy
Copy link

@hboutemy hboutemy commented Aug 8, 2022

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html for more details on Reproducible Builds for Maven

with this PR merged, the build becomes near fully reproducible: there is only non-reproducible ANTLR3 output included

once #209 will be merged and released, you'll just have to update antlr3-maven-plugin version in tools/pom.xml that will fix the remaining non-reproducible bits for ANTLR3 itself

Notice: to check if your current ANTLR3 SNAPSHOT build is reproducible, just run:

mvn clean install artifact:check-buildplan -DskipTests -Psonatype-oss-release -Dgpg.skip -Dmaven.javadoc.skip
mvn clean verify artifact:compare -DskipTests -Psonatype-oss-release -Dgpg.skip -Dmaven.javadoc.skip

it will display at the end a summary of reproducibility

Signed-off-by: Hervé Boutemy <hboutemy@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants