Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maven: improve buildMavenPackage offline mode
The maven `dependency:go-offline` plugin has various issues (see https://issues.apache.org/jira/browse/MDEP-204 and other issues in that tracker), which the dedicated plugin from https://github.com/qaware/go-offline-maven-plugin largely fixes. I have confirmed that for an application I'm packaging outside of nixpkgs, dependency-track, this indeed makes the build work while it didn't with `dependency:go-offline`. The offline mode is only used in one place in nixpkgs, for lemminx. That build still succeeds and the program starts, though I haven't tested further.
- Loading branch information