2007-01-19 02:17:42 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
2008-09-16 11:15:13 +00: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-10-19 11:03:59 +00:00
|
|
|
-->
|
2010-12-04 07:55:53 +00: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">
|
2006-10-26 05:00:09 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2008-09-16 11:15:13 +00:00
|
|
|
|
2006-10-26 05:00:09 +00:00
|
|
|
<parent>
|
2009-12-28 12:45:55 +00:00
|
|
|
<groupId>org.apache.maven.its</groupId>
|
2011-07-08 20:37:00 +00:00
|
|
|
<artifactId>core-its</artifactId>
|
2009-12-28 12:45:55 +00:00
|
|
|
<version>2.1-SNAPSHOT</version>
|
2006-10-26 05:00:09 +00:00
|
|
|
</parent>
|
2008-09-16 11:15:13 +00:00
|
|
|
|
2011-07-10 20:10:12 +00:00
|
|
|
<artifactId>core-it-support</artifactId>
|
2006-10-26 05:00:09 +00:00
|
|
|
<packaging>pom</packaging>
|
2008-09-16 11:15:13 +00:00
|
|
|
|
2019-08-23 23:42:19 +02:00
|
|
|
<name>Maven Core IT Support</name>
|
|
|
|
<description>Maven Core Integration Tests support tools.</description>
|
2008-09-16 11:15:13 +00:00
|
|
|
|
|
|
|
<modules>
|
2022-07-01 20:54:18 +02:00
|
|
|
<module>maven-it-plugin-bootstrap</module>
|
2008-09-23 16:18:19 +00:00
|
|
|
<module>core-it-plugins</module>
|
2009-09-28 13:52:08 +00:00
|
|
|
<module>core-it-component</module>
|
2010-03-31 14:49:49 +00:00
|
|
|
<module>core-it-toolchain</module>
|
2008-09-23 16:52:33 +00:00
|
|
|
<module>core-it-wagon</module>
|
2008-09-23 16:59:24 +00:00
|
|
|
<module>core-it-support-artifacts</module>
|
2008-09-23 16:35:13 +00:00
|
|
|
<module>maven-it-helper</module>
|
2009-07-13 23:35:26 +00:00
|
|
|
<module>core-it-extension</module>
|
2020-01-29 21:14:26 +01:00
|
|
|
<module>core-it-javaagent</module>
|
2008-09-16 11:15:13 +00:00
|
|
|
</modules>
|
|
|
|
|
2009-10-19 11:03:59 +00:00
|
|
|
</project>
|