2006-07-07 12:23:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2008-07-06 17:21:25 +00:00
|
|
|
<!--
|
2008-11-19 03:21:07 +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.
|
2008-07-06 17:21:25 +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">
|
2008-01-11 01:38:13 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-09-25 02:00:04 +00:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven</artifactId>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2008-08-11 23:05:20 +00:00
|
|
|
<version>3.0-SNAPSHOT</version>
|
2005-09-25 02:00:04 +00:00
|
|
|
</parent>
|
|
|
|
<artifactId>maven-embedder</artifactId>
|
|
|
|
<name>Maven Embedder</name>
|
|
|
|
<dependencies>
|
2005-09-25 15:28:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2006-04-07 15:57:09 +00:00
|
|
|
</dependency>
|
2007-11-27 19:55:04 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-project</artifactId>
|
|
|
|
</dependency>
|
2008-03-05 19:14:49 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-toolchain</artifactId>
|
|
|
|
</dependency>
|
2007-01-06 04:03:24 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
</dependency>
|
2008-01-11 01:38:13 +00:00
|
|
|
<!-- CLI -->
|
2007-03-04 00:48:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
2007-03-11 00:48:53 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-http-lightweight</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-ssh-external</artifactId>
|
|
|
|
</dependency>
|
2007-04-24 17:46:48 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
2007-09-01 19:23:17 +00:00
|
|
|
</dependency>
|
2007-11-27 19:55:04 +00:00
|
|
|
<!-- Needed for compat and cache-control aspects. -->
|
2007-10-31 19:52:38 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>aspectj</groupId>
|
|
|
|
<artifactId>aspectjrt</artifactId>
|
|
|
|
</dependency>
|
2008-01-10 00:07:48 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
</dependency>
|
2005-09-25 02:00:04 +00:00
|
|
|
</dependencies>
|
2007-11-15 05:37:55 +00:00
|
|
|
<build>
|
2008-07-04 04:32:09 +00:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2008-11-19 03:21:07 +00:00
|
|
|
<plugins>
|
2008-11-30 01:46:13 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
</plugin>
|
2008-11-19 03:21:07 +00:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>**/TestComponentOverride.java</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
2007-11-15 05:37:55 +00:00
|
|
|
</build>
|
2008-07-11 21:16:59 +00:00
|
|
|
</project>
|