You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
Describe the bug
All maven stacks today use a parent tag to specify which parent pom (stack) to use. When the stack is updated today we are also updating the version of the pom and this means users's do not have the new pom installed in their man cache.
Could we allow a range to be used as parent to avoid local IDE issues? When running inside appsody, the stack always has the right version of pom installed anyway.
The text was updated successfully, but these errors were encountered:
Describe the bug
All maven stacks today use a parent tag to specify which parent pom (stack) to use. When the stack is updated today we are also updating the version of the pom and this means users's do not have the new pom installed in their man cache.
Could we allow a range to be used as parent to avoid local IDE issues? When running inside appsody, the stack always has the right version of pom installed anyway.
The text was updated successfully, but these errors were encountered: