2006-04-07 11:57:09 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-07 08:23:28 -04:00
|
|
|
|
2008-11-25 02:11:35 -05: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 08:23:28 -04:00
|
|
|
|
2009-01-04 10:28:42 -05: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">
|
2004-08-09 15:02:31 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-01-30 20:06:37 -05:00
|
|
|
<version>3.0-alpha-2</version>
|
2004-08-09 15:02:31 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-core</artifactId>
|
2005-11-16 06:04:23 -05:00
|
|
|
<name>Maven Core</name>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependencies>
|
2007-03-20 17:40:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-lifecycle</artifactId>
|
|
|
|
</dependency>
|
2005-06-18 12:21:49 -04:00
|
|
|
<dependency>
|
2007-10-22 17:58:14 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-06-18 12:21:49 -04:00
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 15:02:31 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2008-11-27 17:32:16 -05:00
|
|
|
<!-- Required for Maven Artifact mediator as we phase it out. -->
|
2005-04-22 07:01:33 -04:00
|
|
|
<dependency>
|
2008-11-27 17:32:16 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
2008-05-05 09:46:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
|
|
|
</dependency>
|
2005-03-08 01:06:22 -05:00
|
|
|
<dependency>
|
2005-10-02 20:54:01 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-03-08 01:06:22 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-05-31 12:24:34 -04:00
|
|
|
</dependency>
|
2008-11-20 23:49:46 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project-builder</artifactId>
|
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependency>
|
2005-02-25 00:09:14 -05:00
|
|
|
<dependency>
|
2005-10-06 02:00:25 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-10 13:10:28 -04:00
|
|
|
<artifactId>plexus-interactivity-api</artifactId>
|
2005-05-29 18:55:12 -04:00
|
|
|
</dependency>
|
2008-07-10 11:52:53 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2005-10-12 10:28:09 -04:00
|
|
|
<dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-23 02:23:17 -04:00
|
|
|
</dependency>
|
2006-01-12 00:50:54 -05:00
|
|
|
<dependency>
|
2006-12-06 19:17:53 -05:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2006-01-12 00:50:54 -05:00
|
|
|
</dependency>
|
2007-10-16 16:15:40 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-05-26 17:06:12 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<scope>test</scope>
|
2007-09-07 01:25:49 -04:00
|
|
|
</dependency>
|
2007-11-29 23:26:58 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-test-tools</artifactId>
|
|
|
|
<version>1.0-alpha-1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-11-25 02:11:35 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-plugin-manager</artifactId>
|
|
|
|
</dependency>
|
2008-12-03 18:23:52 -05:00
|
|
|
<dependency>
|
|
|
|
<!--
|
|
|
|
NOTE: This is originally a transitive dependency of plexus-plugin-manager. However, unless we specify this
|
|
|
|
artifact as a direct dependency of ourselves, Maven's project sorter will not detect the (indirect) dependency
|
|
|
|
of maven-core on maven-mercury. Proper detection of this dependency is crucial to ensure that maven-mercury is
|
|
|
|
built before maven-core. Otherwise, Maven would query the repos instead of the reactor cache for maven-mercury
|
|
|
|
when building maven-core, happily using out-dated snapshots and potentially failing the build.
|
|
|
|
-->
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-mercury</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
</dependency>
|
2008-11-25 02:11:35 -05:00
|
|
|
<dependency>
|
2008-12-14 14:51:59 -05:00
|
|
|
<groupId>org.sonatype.spice</groupId>
|
|
|
|
<artifactId>model-builder</artifactId>
|
2008-11-25 02:11:35 -05:00
|
|
|
</dependency>
|
2004-08-09 15:02:31 -04:00
|
|
|
</dependencies>
|
2007-06-28 16:53:55 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2008-11-25 02:11:35 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
2008-12-03 18:23:52 -05:00
|
|
|
</plugin>
|
2007-09-07 01:25:49 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2008-12-14 17:07:08 -05:00
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/settings.mdo</model>
|
|
|
|
</models>
|
2007-09-07 01:25:49 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-06-28 16:53:55 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/testutils/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-10-31 15:52:38 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-12-12 13:22:06 -05:00
|
|
|
</project>
|