Skip to content

Pull a specific version from maven resource #37

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

Open
Jaypinto opened this issue Nov 25, 2020 · 0 comments
Open

Pull a specific version from maven resource #37

Jaypinto opened this issue Nov 25, 2020 · 0 comments

Comments

@Jaypinto
Copy link

Jaypinto commented Nov 25, 2020

Hi,

I have an artifact that is stored under my snapshots folder on nexus. The artifact is a simple tar.gz file that gets updated everyday, however, it is not stored directly under the snapshots folder. Rather it is underneath another folder and so the path to the artifact looks like this:
nexus-url/build.snapshots/com/test/group/artifact-name/2021.2-SNAPSHOT/artifact-name.tar.gz

I would like to obtain the artifact stored under '2021.2-SNAPSHOT' (2021.2-SNAPSHOT is the version number) and I was wondering if there's any way i can tell the maven resource to use this specific version. I have other artifact versions stored under nexus-url/build.snapshots/com/test/group/artifact-name/ and so I need to be able to specify an exact version to use

Thank you,

Jason

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