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
For uninstalling the current feature version and installing the new version using the same pom.xml, we need to specify the dependencies of both the feature versions (old and new) under the <dependencies>...</dependencies> tag, but due to how maven was designed it will picks only one version of a given dependency due the use of nearest in the dependency tree strategy, So a p2 repo with multiple version of the same feature cannot be created by using the release tag v3.1.3.
The text was updated successfully, but these errors were encountered:
For uninstalling the current feature version and installing the new version using the same pom.xml, we need to specify the dependencies of both the feature versions (old and new) under the
<dependencies>...</dependencies>
tag, but due to howmaven
was designed it will picks only one version of a given dependency due the use ofnearest in the dependency tree
strategy, So a p2 repo with multiple version of the same feature cannot be created by using the release tagv3.1.3
.The text was updated successfully, but these errors were encountered: