Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create a p2 repo with multiple versions of the same feature #72

Open
kasunsiyambalapitiya opened this issue Sep 11, 2017 · 0 comments

Comments

@kasunsiyambalapitiya
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant