Versions Compared

Key

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

...

Taskana Library

Code Block
languagebash
mvn./mvnw clean install -f lib

Rest Api

Code Block
languagebash
mvn./mvnw clean install -f rest

UI (admin / monitor / workspace)

...

Warning

When a taskana version is changed please do not forget to build taskana-parent, taskana-rest-parent and taskana-lib-parent
Options:
A) full build

B) See codeblock below


Code Block
mvn./mvnw clean install -N && mvn./mvnw clean install -N -f lib && mvn./mvnw clean install -N -f rest
or
mvn./mvnw install -pl :<module name> -am

...