]> source.dussan.org Git - archiva.git/blob
e11287cea3b99c49098410640659d84250932311
[archiva.git] /
1 <!--
2   ~ Copyright 2005-2006 The Apache Software Foundation.
3   ~
4   ~ Licensed under the Apache License, Version 2.0 (the "License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the License at
7   ~
8   ~      http://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distributed under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   -->
16
17 <component-set>
18   <components>
19     <component>
20       <role>org.apache.maven.repository.converter.RepositoryConverter</role>
21       <implementation>org.apache.maven.repository.converter.DefaultRepositoryConverter</implementation>
22       <role-hint>force-repository-converter</role-hint>
23       <configuration>
24         <force>true</force>
25       </configuration>
26       <requirements>
27         <requirement>
28           <role>org.apache.maven.repository.digest.Digester</role>
29           <field-name>digester</field-name>
30         </requirement>
31         <requirement>
32           <role>org.apache.maven.artifact.factory.ArtifactFactory</role>
33           <field-name>artifactFactory</field-name>
34         </requirement>
35         <requirement>
36           <role>org.apache.maven.model.converter.ArtifactPomRewriter</role>
37           <field-name>rewriter</field-name>
38         </requirement>
39         <requirement>
40           <role>org.codehaus.plexus.i18n.I18N</role>
41           <field-name>i18n</field-name>
42         </requirement>
43       </requirements>
44     </component>
45     <component>
46       <role>org.apache.maven.repository.converter.RepositoryConverter</role>
47       <implementation>org.apache.maven.repository.converter.DefaultRepositoryConverter</implementation>
48       <role-hint>dryrun-repository-converter</role-hint>
49       <configuration>
50         <dryrun>true</dryrun>
51       </configuration>
52       <requirements>
53         <requirement>
54           <role>org.apache.maven.repository.digest.Digester</role>
55           <field-name>digester</field-name>
56         </requirement>
57         <requirement>
58           <role>org.apache.maven.artifact.factory.ArtifactFactory</role>
59           <field-name>artifactFactory</field-name>
60         </requirement>
61         <requirement>
62           <role>org.apache.maven.model.converter.ArtifactPomRewriter</role>
63           <field-name>rewriter</field-name>
64         </requirement>
65         <requirement>
66           <role>org.codehaus.plexus.i18n.I18N</role>
67           <field-name>i18n</field-name>
68         </requirement>
69       </requirements>
70     </component>
71   </components>
72 </component-set>