2006-07-07 08:23:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<!--
|
|
|
|
~ Copyright 2005-2006 The Apache Software Foundation.
|
|
|
|
~
|
|
|
|
~ Licensed 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.
|
|
|
|
-->
|
|
|
|
|
|
|
|
<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-23 11:37:12 -04:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-04-23 11:37:12 -04:00
|
|
|
</parent>
|
2005-09-15 22:50:12 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-04-18 00:12:34 -04:00
|
|
|
<artifactId>maven-artifact-ant</artifactId>
|
2005-10-31 23:19:00 -05:00
|
|
|
<name>Maven Tasks for Ant</name>
|
2005-09-15 22:50:12 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
2005-10-19 14:42:26 -04:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
<configuration>
|
|
|
|
<descriptor>src/main/assembly/dep.xml</descriptor>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2005-04-18 00:12:34 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>3.8.1</version>
|
|
|
|
<scope>test</scope>
|
2005-04-18 00:12:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-project</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-06-07 10:19:06 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>junit</artifactId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>junit</groupId>
|
2005-06-07 10:19:06 -04:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-06-21 02:49:49 -04:00
|
|
|
</dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-error-diagnostics</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
2005-06-21 02:49:49 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-04-18 00:12:34 -04:00
|
|
|
</dependency>
|
2005-06-07 20:59:53 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
|
|
|
<scope>runtime</scope>
|
2005-06-07 20:59:53 -04:00
|
|
|
</dependency>
|
2005-10-19 01:41:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
<scope>runtime</scope>
|
2005-04-18 00:12:34 -04:00
|
|
|
</dependency>
|
2005-06-10 20:02:11 -04:00
|
|
|
<dependency>
|
2005-09-26 11:18:55 -04:00
|
|
|
<groupId>ant</groupId>
|
|
|
|
<artifactId>ant</artifactId>
|
|
|
|
<version>1.6.2</version>
|
2005-06-10 20:02:11 -04:00
|
|
|
</dependency>
|
2005-04-18 00:12:34 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact-manager</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-09-15 22:50:12 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2005-04-18 00:12:34 -04:00
|
|
|
</dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
2005-04-18 03:09:16 -04:00
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-12-12 13:22:06 -05:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2005-10-14 03:15:39 -04:00
|
|
|
</dependency>
|
2006-01-03 20:14:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
2005-10-14 03:15:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
2005-04-18 03:09:16 -04:00
|
|
|
</dependency>
|
2005-04-18 00:12:34 -04:00
|
|
|
</dependencies>
|
2005-10-18 14:37:55 -04:00
|
|
|
</project>
|