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>
35 <groupId>org.codehaus.modello</groupId>
36 <artifactId>modello-maven-plugin</artifactId>
40 <goal>xpp3-writer</goal>
42 <goal>xpp3-reader</goal>
48 <version>4.0.0</version>
49 <model>maven.mdo</model>
60 <groupId>org.codehaus.modello</groupId>
61 <artifactId>modello-maven-plugin</artifactId>
66 <goal>xpp3-writer</goal>
68 <goal>xpp3-reader</goal>
72 <version>3.0.0</version>
73 <packageWithVersion>true</packageWithVersion>
79 <artifactId>maven-jar-plugin</artifactId>
82 <phase>package</phase>
87 <classifier>all</classifier>
98 <groupId>org.codehaus.plexus</groupId>
99 <artifactId>plexus-utils</artifactId>
102 <distributionManagement>
103 <status>deployed</status>
104 </distributionManagement>