Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohaquinlop/build-maven-project
Simple and easy to use way to build your maven projects using Nix
https://github.com/rohaquinlop/build-maven-project
Last synced: about 22 hours ago
JSON representation
Simple and easy to use way to build your maven projects using Nix
- Host: GitHub
- URL: https://github.com/rohaquinlop/build-maven-project
- Owner: rohaquinlop
- License: mit
- Created: 2024-04-22T18:35:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T21:40:18.000Z (7 months ago)
- Last Synced: 2024-10-11T23:50:02.963Z (27 days ago)
- Language: Nix
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-maven-project
Simple and easy to use way to build your maven projects using Nix.
## Installation
Make sure you've installed [Nix](https://nixos.org/download/)
```bash
$ nix-env -i -f https://github.com/rohaquinlop/build-maven-project/archive/master.tar.gz
```## Usage
Make sure to be in the root of the project that you want to compile:
```bash
$ bld-mvn-project
```