imixs/imixs-saga

Docker Images should copy artifact without version

rsoika opened this issue · 0 comments

Currently the /docker/apps folder contains the war artifact including the version number in its filename (imixs-microservice-app-1.2.0-SNAPSHOT.war)
This can lead to multiple artifacts in the app directory which leads to an invalid docker image as multiple service are tried to be deployed in parallel.

To solve this we need to add the stripVersion tag into the pom.xml

 <stripVersion>true</stripVersion>