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

[MDEP-650] - dependency:unpack doesn't seem to handle version ranges #11

Closed
wants to merge 9 commits into from

Conversation

alehane
Copy link

@alehane alehane commented Apr 26, 2019

  • [MDEP-650] - dependency:unpack doesn't seem to handle version ranges:

Attempt to enable version range resolution for the dependency:unpack goal by first checking to see whether the version range has already been resolved by the project's dependency resolution. If there is no resolution, attempt to use the DependencyResolver maven component to resolve the range. If resolution is successful, then update the artifactItem object with the resolved version, otherwise, leave the version un-changed.

Tests and verification:

  • mvn clean verify - Run locally in development environment, no issues.
  • mvn -Prun-its clean verify - Run locally in development environment, no issues.

Licence info:

To make clear that you license your contribution under
the Apache License Version 2.0, January 2004
you have to acknowledge this by using the following check-box.

@alehane
Copy link
Author

alehane commented Apr 26, 2019

Apologies, please ignore this request - I've made a couple of really silly errors with it! I'll close and reopen the request with the errors corrected.

@alehane alehane closed this Apr 26, 2019
asfgit pushed a commit that referenced this pull request Sep 29, 2021
[MGPG-81] check format in constructor
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

Successfully merging this pull request may close these issues.

1 participant