Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.15 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.15 KB

Description

install4j Support

Install Runtime into Local Repository

Maven needs to have the install4j runtime jar in the local repository to build.

This is not yet in any available remote repository, so you'll need to install it manually before building:

mvn -Dinstall4j.home=<path> -Pinstall-runtime

Where path is the location to where install4j has been installed, for example on Mac OSX:

mvn -Dinstall4j.home="/Applications/install4j 5/" -Pinstall-runtime