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
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: