~ubuntu-branches/ubuntu/saucy/wagon2/saucy-proposed

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-webdav-jackrabbit/src/main/plexus/META-INF/plexus/components.xml

  • Committer: Package Import Robot
  • Author(s): Damien Raude-Morvan
  • Date: 2012-01-29 23:23:22 UTC
  • Revision ID: package-import@ubuntu.com-20120129232322-w9h5j9c81zi8f23o
Tags: upstream-2.2
ImportĀ upstreamĀ versionĀ 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<component-set>
 
2
  <components>
 
3
    <component>
 
4
      <role>org.apache.maven.wagon.Wagon</role>
 
5
      <role-hint>dav</role-hint>
 
6
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
7
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
8
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
9
&lt;p/&gt;
 
10
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
11
      <isolated-realm>false</isolated-realm>
 
12
    </component>
 
13
    <component>
 
14
      <role>org.apache.maven.wagon.Wagon</role>
 
15
      <role-hint>davs</role-hint>
 
16
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
17
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
18
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
19
&lt;p/&gt;
 
20
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
21
      <isolated-realm>false</isolated-realm>
 
22
    </component>
 
23
    <component>
 
24
      <role>org.apache.maven.wagon.Wagon</role>
 
25
      <role-hint>dav+http</role-hint>
 
26
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
27
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
28
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
29
&lt;p/&gt;
 
30
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
31
      <isolated-realm>false</isolated-realm>
 
32
    </component>
 
33
    <component>
 
34
      <role>org.apache.maven.wagon.Wagon</role>
 
35
      <role-hint>dav+https</role-hint>
 
36
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
37
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
38
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
39
&lt;p/&gt;
 
40
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
41
      <isolated-realm>false</isolated-realm>
 
42
    </component>
 
43
  </components>
 
44
</component-set>