2006-07-07 12:23:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
2007-02-28 22:54:19 +00:00
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
-->
|
2006-07-07 12:23:28 +00:00
|
|
|
|
2009-01-04 15:28:42 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2005-04-21 01:06:52 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-01-31 01:06:48 +00:00
|
|
|
<version>3.0-SNAPSHOT</version>
|
2005-04-21 01:06:52 +00:00
|
|
|
</parent>
|
2005-09-16 02:50:12 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-04-21 01:06:52 +00:00
|
|
|
<artifactId>maven-project</artifactId>
|
2009-01-21 05:58:52 +00:00
|
|
|
<name>Maven Project</name>
|
2005-09-16 02:50:12 +00:00
|
|
|
<description>This library is used to not only read Maven project object model files, but to assemble inheritence
|
|
|
|
and to retrieve remote models as required.</description>
|
2005-04-21 01:06:52 +00:00
|
|
|
<dependencies>
|
2005-04-22 11:01:33 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-model</artifactId>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
2005-10-14 07:15:39 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
2008-04-03 15:18:18 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2005-04-22 11:01:33 +00:00
|
|
|
<dependency>
|
2008-11-27 22:32:16 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
2005-04-22 11:01:33 +00:00
|
|
|
</dependency>
|
2005-06-21 06:49:49 +00:00
|
|
|
<dependency>
|
2005-10-03 00:54:01 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-06-21 06:49:49 +00:00
|
|
|
</dependency>
|
2007-04-24 17:42:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<scope>test</scope>
|
2008-12-14 22:07:08 +00:00
|
|
|
</dependency>
|
2008-07-24 23:06:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.woodstox</groupId>
|
|
|
|
<artifactId>wstx-asl</artifactId>
|
2008-12-14 22:07:08 +00:00
|
|
|
</dependency>
|
2008-07-24 23:06:59 +00:00
|
|
|
<dependency>
|
2008-12-14 19:51:59 +00:00
|
|
|
<groupId>org.sonatype.spice</groupId>
|
|
|
|
<artifactId>model-builder</artifactId>
|
2008-11-21 04:49:46 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project-builder</artifactId>
|
|
|
|
</dependency>
|
2009-02-03 20:48:07 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-mercury</artifactId>
|
|
|
|
</dependency>
|
2008-12-17 23:17:47 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-jxpath</groupId>
|
|
|
|
<artifactId>commons-jxpath</artifactId>
|
|
|
|
</dependency>
|
2005-04-21 01:06:52 +00:00
|
|
|
</dependencies>
|
2008-09-27 14:52:28 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2008-11-30 05:18:34 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
2008-12-14 22:07:08 +00:00
|
|
|
</plugin>
|
2008-09-27 14:52:28 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2008-12-14 22:07:08 +00:00
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/profiles.mdo</model>
|
|
|
|
</models>
|
2008-09-27 14:52:28 +00:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2008-12-14 22:07:08 +00:00
|
|
|
</build>
|
2005-12-12 18:22:06 +00:00
|
|
|
</project>
|