2008-03-23 17:49:56 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
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.
|
|
|
|
-->
|
2009-04-22 23:04:06 +00:00
|
|
|
|
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">
|
2009-04-22 23:04:06 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2008-02-29 22:58:00 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2008-09-28 12:16:53 +00:00
|
|
|
<artifactId>maven</artifactId>
|
2019-11-19 20:17:36 +01:00
|
|
|
<version>3.7.0-SNAPSHOT</version>
|
2008-02-29 22:58:00 +00:00
|
|
|
</parent>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
2008-09-28 12:16:53 +00:00
|
|
|
<artifactId>maven-compat</artifactId>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2008-09-28 12:16:53 +00:00
|
|
|
<name>Maven Compat</name>
|
2013-05-29 20:47:26 +02:00
|
|
|
<description>Maven2 classes maintained as compatibility layer.</description>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
2008-02-29 22:58:00 +00:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-09-28 12:16:53 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2008-10-01 13:13:51 +00:00
|
|
|
<artifactId>maven-model</artifactId>
|
2008-09-28 12:16:53 +00:00
|
|
|
</dependency>
|
2009-05-23 19:44:18 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model-builder</artifactId>
|
|
|
|
</dependency>
|
2009-10-22 17:59:26 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
</dependency>
|
2009-10-22 17:34:20 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 20:16:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
</dependency>
|
2016-11-06 12:13:32 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2016-12-11 23:36:04 +01:00
|
|
|
<artifactId>maven-resolver-provider</artifactId>
|
2016-11-06 12:13:32 +01:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-repository-metadata</artifactId>
|
|
|
|
</dependency>
|
2016-11-06 12:13:32 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-impl</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 20:16:00 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2008-09-28 12:16:53 +00:00
|
|
|
<dependency>
|
2013-03-13 01:11:34 +00:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2008-10-01 13:13:51 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
2008-02-29 22:58:00 +00:00
|
|
|
</dependency>
|
2008-11-27 22:32:16 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
2011-09-11 19:56:47 +00:00
|
|
|
|
2020-04-10 09:17:25 +10:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2008-11-27 22:32:16 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
2009-09-30 14:09:39 +00:00
|
|
|
<scope>test</scope>
|
2010-08-24 22:46:07 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 12:13:32 +01:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-connector-basic</artifactId>
|
2014-08-27 23:17:24 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-11-06 12:13:32 +01:00
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-transport-wagon</artifactId>
|
2010-08-24 22:46:07 +00:00
|
|
|
<scope>test</scope>
|
2009-05-12 15:08:53 +00:00
|
|
|
</dependency>
|
2008-02-29 22:58:00 +00:00
|
|
|
</dependencies>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2008-10-01 13:13:51 +00:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2008-12-01 02:49:21 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
</plugin>
|
2008-11-27 22:32:16 +00:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2008-12-14 22:07:08 +00:00
|
|
|
<models>
|
2009-08-21 13:07:32 +00:00
|
|
|
<model>src/main/mdo/profiles.mdo</model>
|
2009-08-21 15:04:07 +00:00
|
|
|
<model>src/main/mdo/paramdoc.mdo</model>
|
2008-12-14 22:07:08 +00:00
|
|
|
</models>
|
2008-11-27 22:32:16 +00:00
|
|
|
</configuration>
|
2008-12-01 02:49:21 +00:00
|
|
|
</plugin>
|
2008-10-01 13:13:51 +00:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2017-05-16 15:27:22 +02:00
|
|
|
|
2009-08-21 13:07:32 +00:00
|
|
|
</project>
|