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
Solved! Go to Solution.
If it is for dev environment then I would suggest to use snapshot in the version so that installing same version will update files.
If it is for dev environment then I would suggest to use snapshot in the version so that installing same version will update files.
Hello @DanielM5
@DanielM5 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.
Views
Replies
Total Likes