You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Yes, the approach that mavenix takes to generating a lock file is to run mvn install (the log output incorrectly says package) and looks at the resulting repo mvn creates.
How are you setting your options? Can you give an example?
ah thank you for the information. I'm attempting to build a massive 20 year old java 8 monolith. The full build takes hours so for an intial attempt I want to skip some steps and only build a subset of the whole project.
In default.nix I'm using overrideAttrs to override the build phase and set the flags:
I thought
mvnix-update
was just supposed to generate themavenix.lock
file. It runsmvn package
with different options then I have set in mydefault.nix
which causes it to fail.The text was updated successfully, but these errors were encountered: