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

Enhance the nix setup #151

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Enhance the nix setup #151

wants to merge 5 commits into from

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    186e797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    490edb4 View commit details
    Browse the repository at this point in the history
  3. nix: Also provide the jar without all the bundled depedencies

    This is useful when trying to do `mvn deploy:deploy-file` or similar.
    Also sometimes the wrong `pom.xml` inside of the jar chosen making the
    deployment invalid.
    ibbem committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    73170b6 View commit details
    Browse the repository at this point in the history
  4. nix: Add the maven repository as additional output

    This is useful to allow reuse of DiffDetective for further builds using
    nix.
    ibbem committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    0e7d810 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. nix: Provide the dependenciesHash as argument

    This is necessary for overriding dependencies of DiffDetective.
    ibbem committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ba75e48 View commit details
    Browse the repository at this point in the history