ui.content - mutable content package redeploy
Is it possible for ui.content package to be redeployed during pipeline run without changing the version or deleting old package.
1. I run pipeline to deploy my application (both immutable and mutable packages) to dev enviroment
2. I make some changes in ui.content and ui.apps
3. I run pipeline again to deploy changes (no version changes in pom.xml)
4. Changes in ui.apps are deployed but no ui. content. There is information that ui.content-x.y.z is already in repository so it won't be installed
I would like ui.content-x.y.z to be redeployed (without changing version number - really development for dev enviroment with always changing version or deleting ui.content package is very impractical