Distributions

As Mavenzilla is still in an early development stage. The distribution of version 0.2.1 is considered still unstable. The API and the features may probably change in the future.

Download version 0.2.1

Manual build

It takes two steps:

  1. Check out the latest version from the source code repository.

  2. Build the binary using Maven.

  3. Adapt the script to run Mavenzilla.

1. Check out source

Instructions about how to check out the latest version from the source code repository can be found here.

2. Build

For building the binaries, just cd into the project directory and run

maven build

3. Adapt script

The script needs the base directory of the project. This must be done manually (at this time):

  1. Open bin/mavenzilla (Unix/Linux) or bin/mavenzilla.bat (Windows).

  2. Change the entry of BASE_DIR to the base dir of the project on your computer.