2 ~ Licensed to the Apache Software Foundation (ASF) under one
3 ~ or more contributor license agreements. See the NOTICE file
4 ~ distributed with this work for additional information
5 ~ regarding copyright ownership. The ASF licenses this file
6 ~ to you under the Apache License, Version 2.0 (the
7 ~ "License"); you may not use this file except in compliance
8 ~ with the License. You may obtain a copy of the License at
10 ~ http://www.apache.org/licenses/LICENSE-2.0
12 ~ Unless required by applicable law or agreed to in writing,
13 ~ software distributed under the License is distributed on an
14 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ~ KIND, either express or implied. See the License for the
16 ~ specific language governing permissions and limitations
22 <artifactId>maven</artifactId>
23 <groupId>org.apache.maven</groupId>
24 <version>2.0</version>
26 <modelVersion>4.0.0</modelVersion>
27 <groupId>org.apache.maven</groupId>
28 <artifactId>maven-model</artifactId>
29 <name>Maven Model</name>
30 <version>2.0</version>
31 <description>Maven Model</description>
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>
42 <groupId>org.codehaus.modello</groupId>
43 <artifactId>modello-maven-plugin</artifactId>
44 <version>2.0</version>
48 <goal>xpp3-writer</goal>
50 <goal>xpp3-reader</goal>
56 <version>4.0.0</version>
57 <model>maven.mdo</model>
68 <groupId>org.codehaus.modello</groupId>
69 <artifactId>modello-maven-plugin</artifactId>
74 <goal>xpp3-writer</goal>
76 <goal>xpp3-reader</goal>
80 <version>3.0.0</version>
81 <packageWithVersion>true</packageWithVersion>
87 <artifactId>maven-jar-plugin</artifactId>
90 <phase>package</phase>
95 <classifier>all</classifier>
106 <groupId>org.codehaus.plexus</groupId>
107 <artifactId>plexus-utils</artifactId>
108 <version>1.0.5</version>
111 <distributionManagement>
112 <status>deployed</status>
113 </distributionManagement>