Uploaded image for project: 'Maven Wagon'
  1. Maven Wagon
  2. WAGON-334

Add provider specific role hints to HTTP wagon component descriptors

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Auto Closed
    • 1.0-beta-7
    • None
    • None

    Description

      From http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.1/maven-core/src/main/resources/META-INF/plexus/components.xml:

      <!-- TODO: The following wagon component definitions need to be moved into the proper wagon-* projects... -->
      <component>
        <role>org.apache.maven.wagon.Wagon</role>
        <role-hint>http-lightweight</role-hint>
        <implementation>org.apache.maven.wagon.providers.http.LightweightHttpWagon</implementation>
        <instantiation-strategy>per-lookup</instantiation-strategy>
        <description>LightweightHttpWagon</description>
      </component>
      

      This apparently didn't happen.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bentmann Benjamin Bentmann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: