]> source.dussan.org Git - sonarqube.git/blob
5b024e5c4a7b277670f5f6e61b05b8034c4e63bc
[sonarqube.git] /
1 <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">
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.test</groupId>
4   <artifactId>parent</artifactId>
5   <version>0.1-SNAPSHOT</version>
6   <packaging>pom</packaging>
7   <url>http://home.com</url>
8   <ciManagement>
9     <url>http://ci.com</url>
10   </ciManagement>
11   <issueManagement>
12     <url>http://issues.com</url>
13   </issueManagement>
14   <scm>
15     <url>http://sources.com</url>
16     <developerConnection>http://sources-dev.com</developerConnection>
17   </scm>
18
19
20
21   <properties>
22     <sonar.links.homepage>http://home.com-OVERRIDEN-BY-PROPS</sonar.links.homepage>
23     <sonar.links.scm>http://sources.com-OVERRIDEN-BY-PROPS</sonar.links.scm>
24   </properties>
25
26
27 </project>