2006-07-07 08:23:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2008-07-06 13:21:25 -04:00
|
|
|
<!--
|
2008-11-18 22:21:07 -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.
|
2008-07-06 13:21:25 -04:00
|
|
|
-->
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2009-03-01 03:55:40 -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/xsd/maven-4.0.0.xsd">
|
2008-01-10 20:38:13 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2012-10-07 05:14:21 -04:00
|
|
|
<version>3.1-SNAPSHOT</version>
|
2005-09-24 22:00:04 -04:00
|
|
|
</parent>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<artifactId>maven-embedder</artifactId>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<name>Maven Embedder</name>
|
2011-07-20 18:10:09 -04:00
|
|
|
<description>Maven embeddable component, with CLI support.</description>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<dependencies>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2005-09-25 11:28:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2006-04-07 11:57:09 -04:00
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2009-10-26 17:17:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-compat</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2007-01-05 23:03:24 -05:00
|
|
|
<dependency>
|
2010-09-15 15:23:59 -04:00
|
|
|
<groupId>org.sonatype.sisu</groupId>
|
|
|
|
<artifactId>sisu-inject-plexus</artifactId>
|
2007-01-05 23:03:24 -05:00
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
|
|
|
</dependency>
|
2009-02-12 20:42:38 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.sonatype.plexus</groupId>
|
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
</dependency>
|
2012-09-02 21:07:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2008-01-10 20:38:13 -05:00
|
|
|
<!-- CLI -->
|
2007-03-03 19:48:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
2005-09-24 22:00:04 -04:00
|
|
|
</dependencies>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2007-11-15 00:37:55 -05:00
|
|
|
<build>
|
2008-07-04 00:32:09 -04:00
|
|
|
<resources>
|
|
|
|
<resource>
|
|
|
|
<directory>src/main/resources</directory>
|
|
|
|
<filtering>true</filtering>
|
|
|
|
</resource>
|
|
|
|
</resources>
|
2008-11-18 22:21:07 -05:00
|
|
|
<plugins>
|
2008-11-29 20:46:13 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
</plugin>
|
2008-11-18 22:21:07 -05:00
|
|
|
</plugins>
|
2007-11-15 00:37:55 -05:00
|
|
|
</build>
|
2008-07-11 17:16:59 -04:00
|
|
|
</project>
|