Java: Difference between revisions

imported>Milahu
add section: Ant
imported>Milahu
Maven: mention buildMaven
Line 128: Line 128:
<pre>mvn verify</pre>
<pre>mvn verify</pre>


[https://github.com/fzakaria/mvn2nix mvn2nix] can be used to translate Maven sources to Nix sources
[https://github.com/fzakaria/mvn2nix mvn2nix] and [https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/build-maven.nix buildMaven] can be used to build Maven projects with Nix


=== Ant ===
=== Ant ===