-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enhance the nix setup #151
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the improvements. I actually have no idea what is going on I trust you that these are improvements. 😅 What about adding documentation to the nix file to explain the design, motivation, and purpose of the specific phases and commands. At some point there is just a range of shell commands for example with almost no documentation (only in the commit message).
ba75e48
to
160fd1d
Compare
This is useful when trying to do `mvn deploy:deploy-file` or similar. Also sometimes the wrong `pom.xml` inside of the jar is chosen making the deployment invalid.
This is useful to allow reuse of DiffDetective for further builds using nix.
This is necessary for overriding dependencies of DiffDetective.
77d1561
to
0de8c06
Compare
0de8c06
to
8a24971
Compare
Mostly necessary to reuse the maven repository for TrueDiffDetective (0e7d810).
The other changes are fixes and possible enhancements I noticed.