2021-09-29 07:44:08 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2022-10-14 16:36:41 -04: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">
|
2022-07-17 15:03:52 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven</artifactId>
|
2024-03-06 14:57:04 -05:00
|
|
|
<version>4.0.0-alpha-14-SNAPSHOT</version>
|
2022-07-17 15:03:52 -04:00
|
|
|
</parent>
|
2021-09-29 07:44:08 -04:00
|
|
|
|
2022-07-17 15:03:52 -04:00
|
|
|
<artifactId>maven-toolchain-builder</artifactId>
|
2021-09-29 07:44:08 -04:00
|
|
|
|
2022-07-17 15:03:52 -04:00
|
|
|
<name>Maven Toolchain Builder</name>
|
|
|
|
<description>The effective toolchain builder.</description>
|
2021-09-29 07:44:08 -04:00
|
|
|
|
2022-07-17 15:03:52 -04:00
|
|
|
<dependencies>
|
2024-03-25 06:50:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-api-impl</artifactId>
|
|
|
|
</dependency>
|
2022-07-17 15:03:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-toolchain-model</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2023-12-13 17:19:20 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2022-07-17 15:03:52 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2024-03-25 06:50:01 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-junit-jupiter</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-07-17 15:03:52 -04:00
|
|
|
</dependencies>
|
2021-09-29 07:44:08 -04:00
|
|
|
|
2022-07-17 15:03:52 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
2023-01-27 09:56:16 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.github.siom79.japicmp</groupId>
|
|
|
|
<artifactId>japicmp-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<parameter>
|
|
|
|
<includes>
|
|
|
|
<include>org.apache.maven.toolchain.building</include>
|
|
|
|
<include>org.apache.maven.toolchain.io</include>
|
|
|
|
<include>org.apache.maven.toolchain.io.xpp3</include>
|
|
|
|
<include>org.apache.maven.toolchain.merge</include>
|
|
|
|
</includes>
|
|
|
|
<excludes>
|
|
|
|
<exclude>org.apache.maven.toolchain.building.DefaultToolchainsBuilder#DefaultToolchainsBuilder():CONSTRUCTOR_REMOVED</exclude>
|
|
|
|
<exclude>org.apache.maven.toolchain.merge.MavenToolchainMerger#getToolchainModelKey(org.apache.maven.toolchain.model.ToolchainModel):METHOD_REMOVED</exclude>
|
|
|
|
<exclude>org.apache.maven.toolchain.merge.MavenToolchainMerger#mergeToolchainModelConfiguration(org.apache.maven.toolchain.model.ToolchainModel,org.apache.maven.toolchain.model.ToolchainModel):METHOD_REMOVED</exclude>
|
|
|
|
</excludes>
|
|
|
|
</parameter>
|
|
|
|
<oldVersion>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
<version>${maven.baseline}</version>
|
|
|
|
</dependency>
|
|
|
|
</oldVersion>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2022-07-17 15:03:52 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2021-09-29 07:44:08 -04:00
|
|
|
|
|
|
|
</project>
|