| <?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. |
| --> |
| |
| <project> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <groupId>org.apache.maven.its.mng3845</groupId> |
| <artifactId>parent</artifactId> |
| <version>0.1</version> |
| <packaging>pom</packaging> |
| |
| <name>Maven Integration Test :: MNG-3845</name> |
| <description> |
| Test that inheritance is all-or-nothing for certain sub-trees of the POM. |
| </description> |
| |
| <organization> |
| <name>parent-org</name> |
| <url>http://parent.url/org</url> |
| </organization> |
| |
| <scm> |
| <url>http://parent.url/viewvc</url> |
| <connection>http://parent.url/scm</connection> |
| <developerConnection>https://parent.url/scm</developerConnection> |
| <tag>parent-tag</tag> |
| </scm> |
| <issueManagement> |
| <system>parent-issues</system> |
| <url>http://parent.url/issues</url> |
| </issueManagement> |
| <ciManagement> |
| <system>parent-ci</system> |
| <url>http://parent.url/ci</url> |
| <notifiers> |
| <notifier> |
| <type>irc</type> |
| <sendOnError>true</sendOnError> |
| <sendOnFailure>true</sendOnFailure> |
| <sendOnSuccess>false</sendOnSuccess> |
| <sendOnWarning>false</sendOnWarning> |
| <configuration> |
| <address>irc://parent.url/#ci</address> |
| </configuration> |
| </notifier> |
| </notifiers> |
| </ciManagement> |
| <distributionManagement> |
| <repository> |
| <id>parent-distros</id> |
| <name>parent-distros</name> |
| <url>ssh://parent.url/distros</url> |
| <uniqueVersion>false</uniqueVersion> |
| <layout>legacy</layout> |
| </repository> |
| <snapshotRepository> |
| <id>parent-snaps</id> |
| <name>parent-snaps</name> |
| <url>ssh://parent.url/snaps</url> |
| <uniqueVersion>false</uniqueVersion> |
| <layout>legacy</layout> |
| </snapshotRepository> |
| <site> |
| <id>parent-site</id> |
| <name>parent-site</name> |
| <url>scp://parent.url/site</url> |
| </site> |
| </distributionManagement> |
| </project> |