about summary refs log tree commit diff
path: root/pkgs/build-support/build-maven.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-10-15buildMaven: Update buildMaven to pure NixFarid Zakaria1-39/+46
Change the code that builds the maven repository to one using pure nix rather than a bash script.
2018-11-29buildMaven: Support metadata-only dependenciesCharles Duffy1-7/+11
The circumstances which can make this necessary are discussed in NixOS/mvn2nix-maven-plugin#17
2018-07-25buildMaven: Check for authenticated attributeLorenzo Manacorda1-2/+3
The `authenticated` attribute is not always present in the `project-info.json` produced by maven2nix[0] We therefore check for its presence, and default it to false. [0]: https://github.com/NixOS/mvn2nix-maven-plugin/issues/5#issuecomment-311846950
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+1
2016-02-29build-maven: use lib.importJSONzimbatm1-1/+1
2015-07-20build-maven: Add handling for snapshot version resolutionShea Levy1-2/+14
2015-07-14Export info from build-mavenShea Levy1-1/+1
2015-07-08buildMaven: Handle authenticated reposShea Levy1-3/+5
2015-07-01Unmaintain a bunch of packagesShea Levy1-1/+1
2015-06-29build-maven: Handle very long dependency listsShea Levy1-1/+5
2015-06-21Add buildMavenShea Levy1-0/+58