You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2011/05/29 19:16:22 UTC

[jira] Created: (WAGON-334) Add provider specific role hints to HTTP wagon component descriptors

Add provider specific role hints to HTTP wagon component descriptors
--------------------------------------------------------------------

                 Key: WAGON-334
                 URL: http://jira.codehaus.org/browse/WAGON-334
             Project: Maven Wagon
          Issue Type: Task
          Components: wagon-http, wagon-http-lightweight
    Affects Versions: 1.0-beta-7
            Reporter: Benjamin Bentmann
            Priority: Trivial


>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:
{code: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>
{code}

This apparently didn't happen.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira