Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 443 Bytes

Redmine Client

Building

mvn install
  • This command creates and executable and self contained jar.
  • Use com.enghouse.netboss.easy.CreateTask class to dynamically create tasks.

Building unix executable.

Execute the following command to build an executable for unix environment.

./generate-executable

Executing the client

Unix

target/redmine-easy

Windows

target/redmine-easy.exe