1 <?xml version="1.0" encoding="UTF-8"?>
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
11 ~ http://www.apache.org/licenses/LICENSE-2.0
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
23 <artifactId>maven</artifactId>
24 <groupId>org.apache.maven</groupId>
25 <version>2.0.1</version>
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>
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>
41 <groupId>org.codehaus.plexus</groupId>
42 <artifactId>plexus-utils</artifactId>
43 <version>1.0.5</version>
46 <groupId>org.codehaus.plexus</groupId>
47 <artifactId>plexus-container-default</artifactId>
48 <version>1.0-alpha-9</version>
52 <distributionManagement>
53 <status>deployed</status>
54 </distributionManagement>
58 <groupId>org.apache.maven.plugins</groupId>
59 <artifactId>maven-checkstyle-plugin</artifactId>
60 <version>2.0</version>