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>
|
2015-03-04 13:57:41 -05:00
|
|
|
<version>3.3.0-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>
|
2012-11-17 21:23:48 -05:00
|
|
|
<description>Maven embeddable component, with CLI and logging support.</description>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2013-09-14 05:55:34 -04:00
|
|
|
<scm><!-- remove when git scm url format can accept artifact-id at the end, as automatically inherited -->
|
|
|
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven.git</developerConnection>
|
2014-12-14 12:22:54 -05:00
|
|
|
<tag>HEAD</tag>
|
2013-09-14 05:55:34 -04:00
|
|
|
</scm>
|
|
|
|
|
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>
|
2013-03-12 21:11:34 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.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>
|
2013-01-06 05:50:25 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 07:00:59 -05:00
|
|
|
</dependency>
|
2012-12-18 18:36:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 07:00:59 -05:00
|
|
|
</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>
|
2013-05-28 05:37:02 -04:00
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<excludes combine.children="append">
|
|
|
|
<exclude>src/main/resources/META-INF/MANIFEST.MF</exclude>
|
|
|
|
<exclude>src/test/*-projects/**</exclude>
|
|
|
|
<exclude>src/test/*-project/**</exclude>
|
|
|
|
<exclude>src/test/plugin-version-references/**</exclude>
|
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
2008-11-18 22:21:07 -05:00
|
|
|
<plugins>
|
2015-02-14 09:59:02 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2008-11-29 20:46:13 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
</plugin>
|
2015-02-14 09:59:02 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</configuration>
|
2015-02-20 19:17:53 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>standard</id>
|
|
|
|
<configuration>
|
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/core-extensions.mdo</model>
|
|
|
|
</models>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>site-docs</id>
|
|
|
|
<configuration>
|
|
|
|
<models/>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2015-02-14 09:59:02 -05:00
|
|
|
</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>
|