mavenix icon indicating copy to clipboard operation
mavenix copied to clipboard

Deterministic Maven builds using Nix [maintainer=@icetan]

Results 10 mavenix issues
Sort by recently updated
recently updated
newest added

when I init mavenix on jdk 11 project. and then run `mvnix-update` get these error. ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project haita-chat-utils: Fatal error compiling: invalid...

Follow up to: #47 I missed this note in `man sort`: > *** WARNING *** The locale specified by the environment affects sort order. Set LC_ALL=C to get the traditional...

I am config.nix... and hello-mavenix = ~/hello-mavenix/default.nix {}; After this, I want to register my project in packages . There's an error like this. these derivations will be built: /nix/store/mx0w9xs5nfkqavcxmphxc9npab26gx1g-hello-mavenix-1.0-SNAPSHOT.drv...

hello. mavenix = pkgs.callPackage (fetchTarball { url = "https://github.com/icetan/mavenix/archive/v2.3.3.tar.gz"; sha256 = "1l653ac3ka4apm7s4qrbm4kx7ij7n2zk3b67p9l0nki8vxxi8jv7"; }) { inherit pkgs; }; and packages install to [ mavenix ]; but error: error: while evaluating the...

I am currently trying to build a project with many dependencies using mavenix. Note that several dependencies are either exclusive to repositories outside of maven central, while some are exclusive...

I thought `mvnix-update` was just supposed to generate the `mavenix.lock` file. It runs `mvn package` with different options then I have set in my `default.nix` which causes it to fail.

It would be nice if we could patch purely mavenix-managed expressions using e.g. the [patches](https://nixos.org/nixpkgs/manual/#ssec-patch-phase) variable used in normal nix expressions. I'm trying to patch a pom file for a...

I'm not sure where else to ask this; I'm trying to build https://github.com/sismics/docs and it says to pass -Pprod and run `mvn -Pprod -DskipTests clean install` from the `docs-web` directory,...

I tried mvnix-iinit for our Eclipse RCP app Elexis (https://github.com/elexis/elexis-3-core) The build fails with /nix/store/czsmcxjwj13ik2jx1pkvbsq8rhf8c72i-build-maven-repository.sh: line 6245: syntax error near unexpected token `)' which is `dir=$out/$(echo org.eclipse.platform | sed 's|\.|/|g')/org.eclipse.osgi/[3.12.0,)`

I'm trying to package Airsonic. Airsonic includes in its repo jars for specific versions of various dependencies, and a `pom.xml` that points at them. Mavenix, however, rather than generating a...