You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by og...@apache.org on 2008/09/26 07:59:43 UTC

svn commit: r699184 - /maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml

Author: ogusakov
Date: Thu Sep 25 22:59:43 2008
New Revision: 699184

URL: http://svn.apache.org/viewvc?rev=699184&view=rev
Log:
added variations of protocol names

Modified:
    maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml

Modified: maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml?rev=699184&r1=699183&r2=699184&view=diff
==============================================================================
--- maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml (original)
+++ maven/sandbox/trunk/wagon/wagon-mercury/src/main/resources/META-INF/plexus/components.xml Thu Sep 25 22:59:43 2008
@@ -37,5 +37,23 @@
         <implementation>org.apache.maven.wagon.mercury.MercuryWagon</implementation>
         <instantiation-strategy>per-lookup</instantiation-strategy>
       </component>
+      <component>
+        <role>org.apache.maven.wagon.Wagon</role>
+        <role-hint>davs</role-hint>
+        <implementation>org.apache.maven.wagon.mercury.MercuryWagon</implementation>
+        <instantiation-strategy>per-lookup</instantiation-strategy>
+      </component>
+      <component>
+        <role>org.apache.maven.wagon.Wagon</role>
+        <role-hint>dav:http</role-hint>
+        <implementation>org.apache.maven.wagon.mercury.MercuryWagon</implementation>
+        <instantiation-strategy>per-lookup</instantiation-strategy>
+      </component>
+      <component>
+        <role>org.apache.maven.wagon.Wagon</role>
+        <role-hint>dav:https</role-hint>
+        <implementation>org.apache.maven.wagon.mercury.MercuryWagon</implementation>
+        <instantiation-strategy>per-lookup</instantiation-strategy>
+      </component>
     </components>
 </component-set>