2006-07-07 12:23:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2016-05-28 13:28:23 +02: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.
|
|
|
|
-->
|
2019-11-07 16:16:39 +01: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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2008-01-11 01:38:13 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 23:04:06 +00:00
|
|
|
<artifactId>maven</artifactId>
|
2024-05-22 16:07:09 +02:00
|
|
|
<version>4.0.0-beta-4-SNAPSHOT</version>
|
2005-09-25 02:00:04 +00:00
|
|
|
</parent>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<artifactId>maven-embedder</artifactId>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<name>Maven Embedder</name>
|
2012-11-18 02:23:48 +00:00
|
|
|
<description>Maven embeddable component, with CLI and logging support.</description>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<dependencies>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
</dependency>
|
2022-07-17 21:03:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-toolchain-builder</artifactId>
|
|
|
|
</dependency>
|
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>
|
2024-02-29 00:31:59 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-jline</artifactId>
|
|
|
|
</dependency>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</artifactId>
|
|
|
|
</dependency>
|
2019-12-27 10:56:55 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-slf4j-wrapper</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2007-01-06 04:03:24 +00:00
|
|
|
<dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
2007-01-06 04:03:24 +00:00
|
|
|
</dependency>
|
2009-02-13 01:42:38 +00:00
|
|
|
<dependency>
|
2021-09-10 14:33:45 +02:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-02-13 01:42:38 +00:00
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 20:16:00 +00:00
|
|
|
<dependency>
|
2020-04-10 09:17:25 +10:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
</dependency>
|
2022-07-17 21:03:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2024-01-08 11:37:09 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interactivity-api</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>*</groupId>
|
|
|
|
<artifactId>*</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2012-09-03 01:07:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2013-01-06 11:50:25 +01:00
|
|
|
<dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2012-12-19 00:36:27 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 13:00:59 +01:00
|
|
|
</dependency>
|
2007-03-04 00:48:55 +00:00
|
|
|
<dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<optional>true</optional>
|
2007-03-04 00:48:55 +00:00
|
|
|
</dependency>
|
2024-01-08 11:37:09 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jline</groupId>
|
|
|
|
<artifactId>jline</artifactId>
|
|
|
|
</dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
|
2023-06-15 16:51:32 +02:00
|
|
|
<dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
|
|
|
<scope>provided</scope>
|
2023-06-15 16:51:32 +02:00
|
|
|
</dependency>
|
2023-12-13 23:19:20 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.inject</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
|
2024-04-24 11:41:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-api</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2023-06-08 15:44:17 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
|
<artifactId>junit-jupiter-params</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2024-04-24 11:41:31 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hamcrest</groupId>
|
|
|
|
<artifactId>hamcrest</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-01-06 22:07:17 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
2018-01-07 01:17:32 +01:00
|
|
|
<scope>test</scope>
|
2018-01-06 22:07:17 +01:00
|
|
|
</dependency>
|
2024-08-22 16:47:43 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.jimfs</groupId>
|
|
|
|
<artifactId>jimfs</artifactId>
|
|
|
|
<version>1.3.0</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-09-25 02:00:04 +00:00
|
|
|
</dependencies>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2007-11-15 05:37:55 +00:00
|
|
|
<build>
|
2008-11-19 03:21:07 +00:00
|
|
|
<plugins>
|
2015-02-14 09:59:02 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
2023-09-22 09:14:56 +02:00
|
|
|
<version>1.2.0</version>
|
2015-03-05 21:24:43 +01:00
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/core-extensions.mdo</model>
|
|
|
|
</models>
|
2023-06-29 12:03:50 +02:00
|
|
|
<templates>
|
|
|
|
<template>model.vm</template>
|
|
|
|
<template>reader-stax.vm</template>
|
|
|
|
<template>writer-stax.vm</template>
|
|
|
|
</templates>
|
|
|
|
<params>
|
|
|
|
<param>packageModelV4=org.apache.maven.cli.internal.extension.model</param>
|
|
|
|
<param>packageToolV4=org.apache.maven.cli.internal.extension.io</param>
|
|
|
|
</params>
|
|
|
|
<velocityBasedir>${project.basedir}/../src/mdo</velocityBasedir>
|
2015-02-14 09:59:02 -05:00
|
|
|
</configuration>
|
2023-01-03 22:08:35 +01:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>modello</id>
|
|
|
|
<goals>
|
2023-06-29 12:03:50 +02:00
|
|
|
<goal>velocity</goal>
|
2023-11-06 20:04:44 +01:00
|
|
|
<goal>xsd</goal>
|
2023-01-03 22:08:35 +01:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2015-02-14 09:59:02 -05:00
|
|
|
</plugin>
|
2008-11-19 03:21:07 +00:00
|
|
|
</plugins>
|
2007-11-15 05:37:55 +00:00
|
|
|
</build>
|
2008-07-11 21:16:59 +00:00
|
|
|
</project>
|