在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):nix-community/mavenix开源软件地址(OpenSource Url):https://github.com/nix-community/mavenix开源编程语言(OpenSource Language):Nix 60.7%开源软件介绍(OpenSource Introduction):MavenixDeterministic Maven builds using Nix? InstallFirst you need to install the Nix package manager, if you already haven't. nix-env -i -f https://github.com/nix-community/mavenix/tarball/master UsageCreate stub filesFirst we need to create some stub Nix expression files. mvnix-init Follow the instructions displayed. Generate lock fileThe mvnix-update Note the mvnix-update -E "(import ./. {}).pkgset.pkg" Packaging third-party projectsIf you are packaging a third-party Maven project you can specify a Nix expression that returns the source of that project. This makes it possible to generate a lock file without having to first manually clone the target project repository. E.g. generate and build a Nix package for Traccar v4.2: mvnix-init -S 'fetchTarball "http://github.com/traccar/traccar/tarball/v4.2"'
mvnix-update
nix-build Or a Spring Boot application: mvnix-init -S 'fetchTarball https://github.com/Gerschtli/spring-rest-api/tarball/master'
mvnix-update
nix-build |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论