2008-03-23 13:49:56 -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-10-01 09:13:51 -04: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">
|
2009-04-22 19:04:06 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2008-02-29 17:58:00 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2008-09-28 08:16:53 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2017-01-04 04:12:47 -05:00
|
|
|
<version>3.5.0-SNAPSHOT</version>
|
2008-02-29 17:58:00 -05:00
|
|
|
</parent>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2008-09-28 08:16:53 -04:00
|
|
|
<artifactId>maven-compat</artifactId>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2008-09-28 08:16:53 -04:00
|
|
|
<name>Maven Compat</name>
|
2013-05-29 14:47:26 -04:00
|
|
|
<description>Maven2 classes maintained as compatibility layer.</description>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2014-10-23 19:25:49 -04:00
|
|
|
<properties>
|
|
|
|
<checkstyle.failOnViolation>false</checkstyle.failOnViolation><!-- lazyness for code that will disappear in future... -->
|
|
|
|
</properties>
|
|
|
|
|
2008-02-29 17:58:00 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2008-09-28 08:16:53 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2008-10-01 09:13:51 -04:00
|
|
|
<artifactId>maven-model</artifactId>
|
2008-09-28 08:16:53 -04:00
|
|
|
</dependency>
|
2009-05-23 15:44:18 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model-builder</artifactId>
|
|
|
|
</dependency>
|
2009-10-22 13:59:26 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings</artifactId>
|
|
|
|
</dependency>
|
2009-10-22 13:34:20 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-artifact</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<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 08:16:53 -04:00
|
|
|
<dependency>
|
2013-03-12 21:11:34 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2008-10-01 09:13:51 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-annotations</artifactId>
|
2008-02-29 17:58:00 -05:00
|
|
|
</dependency>
|
2008-11-27 17:32:16 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-provider-api</artifactId>
|
|
|
|
</dependency>
|
2011-09-11 15:56:47 -04:00
|
|
|
|
2008-11-27 17:32:16 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.wagon</groupId>
|
|
|
|
<artifactId>wagon-file</artifactId>
|
2009-09-30 10:09:39 -04:00
|
|
|
<scope>test</scope>
|
2010-08-24 18:46:07 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2011-12-30 15:43:28 -05:00
|
|
|
<groupId>org.eclipse.aether</groupId>
|
2014-08-27 23:17:24 -04:00
|
|
|
<artifactId>aether-connector-basic</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.aether</groupId>
|
|
|
|
<artifactId>aether-transport-wagon</artifactId>
|
2010-08-24 18:46:07 -04:00
|
|
|
<scope>test</scope>
|
2009-05-12 11:08:53 -04:00
|
|
|
</dependency>
|
2008-02-29 17:58:00 -05:00
|
|
|
</dependencies>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2008-10-01 09:13:51 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
2008-11-30 21:49:21 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-component-metadata</artifactId>
|
|
|
|
</plugin>
|
2008-11-27 17:32:16 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2008-12-14 17:07:08 -05:00
|
|
|
<models>
|
2009-08-21 09:07:32 -04:00
|
|
|
<model>src/main/mdo/profiles.mdo</model>
|
2009-08-21 11:04:07 -04:00
|
|
|
<model>src/main/mdo/paramdoc.mdo</model>
|
2008-12-14 17:07:08 -05:00
|
|
|
</models>
|
2008-11-27 17:32:16 -05:00
|
|
|
</configuration>
|
2008-11-30 21:49:21 -05:00
|
|
|
</plugin>
|
2008-10-01 09:13:51 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
2009-08-21 09:07:32 -04:00
|
|
|
</project>
|