...
Create a remote fork of https://github.com/Taskana/TaskanaSimpleHistory/
Create a local clone
Code Block language bash git clone https://github.com/<yourname>/Taskana/TaskanaSimpleHistory.git
Create a remote for the upstream project so that it is later easier to retrieve changes from the main repository.
Code Block language bash cd taskana git remote add upstream https://github.com/Taskana/TaskanaSimpleHistory.git
Build the
...
plugin
Taskana history library
Code Block | ||
---|---|---|
| ||
cd lib mvn clean install |
...