...
Code Block |
---|
|
./mvnw clean install |
Taskana Library
Code Block |
---|
|
./mvnw clean install -f lib |
Rest Api
Code Block |
---|
|
./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 |
---|
./mvnw clean install -N && ./mvnw clean install -N -f lib && ./mvnw clean install -N -f restpl :taskana-parent,:taskana-common-parent,:taskana-rest-parent,:taskana-history-parent
or
./mvnw install -pl :<module name> -am |
...
Info |
---|
Requirements: java maven, node |
Rest Api
First of all change devMode property to true in taskana-rest-spring-example-boot application.properties file, then follow the next steps.
...