Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```