Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a remote fork of https://github.com/Taskana/TaskanaSimpleHistory/


  2. Create a local clone

    Code Block
    languagebash
    git clone https://github.com/<yourname>/Taskana/TaskanaSimpleHistory.git


  3. Create a remote for the upstream project so that it is later easier to retrieve changes from the main repository.

    Code Block
    languagebash
    cd taskana
    git remote add upstream https://github.com/Taskana/TaskanaSimpleHistory.git


Build the

...

plugin

Taskana history library

Code Block
languagebash
cd lib
mvn clean install

...