-
Notifications
You must be signed in to change notification settings - Fork 48
Description
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