it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Build all applications with a single command #69

Closed lmoesle closed 1 year ago

lmoesle commented 1 year ago

It would be easier to develop the digiwf-core if we could build all application with a single command (e.g. mvn clean install). The cicd pipelines would also benefit from the single command usage and reduce the steps needed to build the entire application.

Therefore, we could include the frontends (digiwf-apps) and the docs (digiwf-docs) into the maven build cycle with the exec-maven-plugin.

Tasks

darenegade commented 1 year ago

Wurde schon erledigt