No known key found for this signature in database
GPG Key ID: B4C3BF012D9B26BE
3 changed files with
911 additions and
1409 deletions
-
default.nix
-
mvn2nix-lock.json
-
pom.xml
|
@ -12,8 +12,8 @@ let |
|
|
mvn2nix = fetchFromGitHub { |
|
|
mvn2nix = fetchFromGitHub { |
|
|
owner = "fzakaria"; |
|
|
owner = "fzakaria"; |
|
|
repo = "mvn2nix"; |
|
|
repo = "mvn2nix"; |
|
|
rev = "e27562cb6fc5b546eb8a3a6be79b7f1ac7676e4b"; |
|
|
|
|
|
hash = "sha256-5ZnRlGhWFD3U9AzCbZ7L8Yf2lTvO81dVv138nbqHEFI="; |
|
|
|
|
|
|
|
|
rev = "ea21cfe97069feee55fa307ca9b125616c1fa84f"; |
|
|
|
|
|
hash = "sha256-v/HvYqzkPaGin1ujo+Fi59wXC9vWxW3lYVSwElORRi8="; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
repository = (pkgs.callPackage "${mvn2nix}/maven.nix" {}).buildMavenRepositoryFromLockFile { |
|
|
repository = (pkgs.callPackage "${mvn2nix}/maven.nix" {}).buildMavenRepositoryFromLockFile { |
|
@ -44,6 +44,7 @@ in stdenv.mkDerivation rec { |
|
|
|
|
|
|
|
|
passthru = { |
|
|
passthru = { |
|
|
inherit repository; |
|
|
inherit repository; |
|
|
|
|
|
mvn2nix = pkgs.callPackage "${mvn2nix}/default.nix" { }; |
|
|
}; |
|
|
}; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -41,6 +41,7 @@ |
|
|
<plugins> |
|
|
<plugins> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
<artifactId>maven-assembly-plugin</artifactId> |
|
|
|
|
|
<version>3.6.0</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>foobar</id> |
|
|
<id>foobar</id> |
|
|