~ubuntu-branches/debian/sid/wagon2/sid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2015-09-02 23:46:43 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150902234643-byu832r11djlzjbs
Tags: 2.9-1
* Team upload.
* New upstream release
  - Refreshed the patches
* Removed the build dependency on libmaven-enforcer-plugin-java
* No longer build and install the unused wagon-scm and wagon-ssh modules
  to reduce the dependencies of libwagon2-java.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
Licensed to the Apache Software Foundation (ASF) under one
 
4
or more contributor license agreements.  See the NOTICE file
 
5
distributed with this work for additional information
 
6
regarding copyright ownership.  The ASF licenses this file
 
7
to you under the Apache License, Version 2.0 (the
 
8
"License"); you may not use this file except in compliance
 
9
with the License.  You may obtain a copy of the License at
 
10
 
 
11
  http://www.apache.org/licenses/LICENSE-2.0
 
12
 
 
13
Unless required by applicable law or agreed to in writing,
 
14
software distributed under the License is distributed on an
 
15
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 
16
KIND, either express or implied.  See the License for the
 
17
specific language governing permissions and limitations
 
18
under the License.
 
19
-->
 
20
<component-set>
 
21
  <components>
 
22
    <component>
 
23
      <role>org.apache.maven.wagon.Wagon</role>
 
24
      <role-hint>dav</role-hint>
 
25
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
26
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
27
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
28
&lt;p/&gt;
 
29
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
30
      <isolated-realm>false</isolated-realm>
 
31
    </component>
 
32
    <component>
 
33
      <role>org.apache.maven.wagon.Wagon</role>
 
34
      <role-hint>davs</role-hint>
 
35
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
36
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
37
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
38
&lt;p/&gt;
 
39
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
40
      <isolated-realm>false</isolated-realm>
 
41
    </component>
 
42
    <component>
 
43
      <role>org.apache.maven.wagon.Wagon</role>
 
44
      <role-hint>dav+http</role-hint>
 
45
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
46
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
47
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
48
&lt;p/&gt;
 
49
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
50
      <isolated-realm>false</isolated-realm>
 
51
    </component>
 
52
    <component>
 
53
      <role>org.apache.maven.wagon.Wagon</role>
 
54
      <role-hint>dav+https</role-hint>
 
55
      <implementation>org.apache.maven.wagon.providers.webdav.WebDavWagon</implementation>
 
56
      <instantiation-strategy>per-lookup</instantiation-strategy>
 
57
      <description>&lt;p&gt;WebDavWagon&lt;/p&gt;
 
58
&lt;p/&gt;
 
59
&lt;p&gt;Allows using a webdav remote repository for downloads and deployments&lt;/p&gt;</description>
 
60
      <isolated-realm>false</isolated-realm>
 
61
    </component>
 
62
  </components>
 
63
</component-set>