Skip to content

Pull a specific version from maven resource #37

@Jaypinto

Description

@Jaypinto

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions