]> source.dussan.org Git - archiva.git/blob
726c0183034402c353d34c43221aec3b244603b9
[archiva.git] /
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
21 <project>
22   <parent>
23     <artifactId>maven</artifactId>
24     <groupId>org.apache.maven</groupId>
25     <version>2.0.1</version>
26   </parent>
27   <modelVersion>4.0.0</modelVersion>
28   <groupId>org.apache.maven</groupId>
29   <artifactId>maven-artifact</artifactId>
30   <name>Maven Artifact</name>
31   <version>2.0.1</version>
32   <licenses>
33     <license>
34       <name>The Apache Software License, Version 2.0</name>
35       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
36       <distribution>repo</distribution>
37     </license>
38   </licenses>
39   <dependencies>
40     <dependency>
41       <groupId>org.codehaus.plexus</groupId>
42       <artifactId>plexus-utils</artifactId>
43       <version>1.0.5</version>
44     </dependency>
45     <dependency>
46       <groupId>org.codehaus.plexus</groupId>
47       <artifactId>plexus-container-default</artifactId>
48       <version>1.0-alpha-9</version>
49       <scope>test</scope>
50     </dependency>
51   </dependencies>
52   <distributionManagement>
53     <status>deployed</status>
54   </distributionManagement>
55   <reporting>
56     <plugins>
57       <plugin>
58         <groupId>org.apache.maven.plugins</groupId>
59         <artifactId>maven-checkstyle-plugin</artifactId>
60         <version>2.0</version>
61       </plugin>
62     </plugins>
63   </reporting>
64 </project>