Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-627

Enhance the ArtifactResolver with a method to resolve versions of an Artifact

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • maven-artifact-transfer-0.9.0
    • None

    Description

      The maven-artifact-transfer should be enhanced having a method to resolve versions of artifacts like this:

      public interface ArtifactResolver {
      ..
      List<String> resolveArtifactVersions( ProjectBuildingRequest buildingRequest, Artifact mavenArtifact )
              throws ArtifactResolverException;
      ..
      }
      

      I have a working implementation but I'm not sure if it should return a list of versions as plain String ?

      This will help to use maven-artifact-transfer also in other plugin for example in versions-maven-plugin.

      Attachments

        Activity

          People

            Unassigned Unassigned
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: