2006-04-07 15:57:09 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2006-07-07 12:23:28 +00:00
|
|
|
|
|
|
|
<!--
|
2007-02-28 22:49:30 +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
|
|
|
|
|
|
|
<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 19:02:31 +00:00
|
|
|
<parent>
|
2005-04-05 16:30:55 +00:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 19:02:31 +00:00
|
|
|
</parent>
|
2007-12-04 04:32:13 +00:00
|
|
|
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2004-08-09 19:02:31 +00:00
|
|
|
<artifactId>maven-core</artifactId>
|
2005-11-16 11:04:23 +00:00
|
|
|
<name>Maven Core</name>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependencies>
|
2007-03-20 21:40:59 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-lifecycle</artifactId>
|
|
|
|
<version>2.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
2005-06-18 16:21:49 +00:00
|
|
|
<dependency>
|
2007-10-22 21:58:14 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-06-18 16:21:49 +00:00
|
|
|
<artifactId>maven-reporting-api</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-06-18 16:21:49 +00:00
|
|
|
</dependency>
|
2005-05-10 07:50:47 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-profile</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-05-10 07:50:47 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 19:02:31 +00:00
|
|
|
<artifactId>maven-model</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
2005-04-22 11:01:33 +00:00
|
|
|
<dependency>
|
2007-08-17 06:01:00 +00:00
|
|
|
<groupId>org.apache.maven.artifact</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-10-14 07:15:39 +00:00
|
|
|
</dependency>
|
2005-03-08 06:06:22 +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-03-08 06:06:22 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-16 02:50:12 +00:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-05-31 16:24:34 +00:00
|
|
|
</dependency>
|
2005-06-21 06:49:49 +00:00
|
|
|
<dependency>
|
2005-09-16 02:50:12 +00:00
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
<version>1.0</version>
|
2005-09-26 14:41:03 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
2005-10-12 16:57:07 +00:00
|
|
|
<artifactId>commons-lang</artifactId>
|
2005-10-14 07:15:39 +00:00
|
|
|
<groupId>commons-lang</groupId>
|
2005-09-26 14:41:03 +00:00
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
2005-10-12 16:57:07 +00:00
|
|
|
<artifactId>commons-logging</artifactId>
|
2005-10-14 07:15:39 +00:00
|
|
|
<groupId>commons-logging</groupId>
|
2005-09-26 14:41:03 +00:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-06-21 06:49:49 +00:00
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
<dependency>
|
2005-10-14 07:15:39 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-12-12 18:22:06 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependency>
|
2007-10-24 21:14:27 +00:00
|
|
|
|
2005-02-25 05:09:14 +00:00
|
|
|
<dependency>
|
2005-10-06 06:00:25 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2005-10-10 17:10:28 +00:00
|
|
|
<artifactId>plexus-interactivity-api</artifactId>
|
2007-10-19 02:42:18 +00:00
|
|
|
<version>1.0-alpha-6</version>
|
2007-10-25 01:51:17 +00:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-05-29 22:55:12 +00:00
|
|
|
</dependency>
|
2005-10-12 14:28:09 +00:00
|
|
|
<dependency>
|
2005-10-14 07:15:39 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-23 06:23:17 +00:00
|
|
|
</dependency>
|
2006-01-12 05:50:54 +00:00
|
|
|
<dependency>
|
2006-12-07 00:17:53 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2006-01-12 05:50:54 +00:00
|
|
|
</dependency>
|
2007-10-16 20:15:40 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<version>1.0-beta-2</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-05-26 21:06:12 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>1.2_Java1.3</version>
|
|
|
|
<scope>test</scope>
|
2007-09-07 05:25:49 +00:00
|
|
|
</dependency>
|
2007-11-30 04:26:58 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-test-tools</artifactId>
|
|
|
|
<version>1.0-alpha-1</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2007-10-31 19:52:38 +00:00
|
|
|
|
|
|
|
<!-- Needed for backward compat aspect. -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>aspectj</groupId>
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
|
<version>1.5.3</version>
|
|
|
|
</dependency>
|
2004-08-09 19:02:31 +00:00
|
|
|
</dependencies>
|
2007-06-28 20:53:55 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2007-09-07 05:25:49 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<model>src/main/mdo/settings.mdo</model>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-06-28 20:53:55 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/testutils/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2007-11-09 19:16:06 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>aspectj-maven-plugin</artifactId>
|
|
|
|
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>weave-compat</id>
|
|
|
|
<goals>
|
|
|
|
<goal>compile</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2007-10-31 19:52:38 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-12-12 18:22:06 +00:00
|
|
|
</project>
|