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

unreproducible MAVEN_BUILD_TIMESTAMP #3650

Open
bmwiedemann opened this issue Jul 31, 2022 · 1 comment
Open

unreproducible MAVEN_BUILD_TIMESTAMP #3650

bmwiedemann opened this issue Jul 31, 2022 · 1 comment
Labels
Question (general) Questions not related to using JavaParser

Comments

@bmwiedemann
Copy link

While working on reproducible builds for openSUSE, I found that
our javaparser 3.24.2 package varied from an embeded MAVEN_BUILD_TIMESTAMP value - probably
from https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/src/main/java-templates/com/github/javaparser/JavaParserBuild.java#L12
from https://github.com/javaparser/javaparser/blob/48dfd6d/javaparser-core/pom.xml#L29

There should be some way to create 2 bit-identical builds.

@jlerbsc jlerbsc added the Question (general) Questions not related to using JavaParser label Aug 18, 2022
@jlerbsc
Copy link
Collaborator

jlerbsc commented Aug 18, 2022

I have no idea why this timestamp was added. Certainly to differentiate artifacts. It is better to base your comparison between the builds on other criteria.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question (general) Questions not related to using JavaParser
Projects
None yet
Development

No branches or pull requests

2 participants