Fixed tests submodules poms

This commit is contained in:
Tom 2016-04-08 15:06:43 +02:00
parent 882597f71d
commit 8f77404ca7
4 changed files with 30 additions and 4 deletions

View File

@ -1508,8 +1508,7 @@
<id>tests</id>
<modules>
<module>it</module>
<module>tests/perf</module>
<module>tests/upgrade</module>
<module>tests</module>
</modules>
</profile>
</profiles>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<artifactId>tests</artifactId>
<version>5.6-SNAPSHOT</version>
</parent>

27
tests/pom.xml Normal file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<version>5.6-SNAPSHOT</version>
</parent>
<artifactId>tests</artifactId>
<name>SonarQube Perf and Upgrade Tests</name>
<packaging>pom</packaging>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<source.skip>true</source.skip>
<enforcer.skip>true</enforcer.skip>
</properties>
<modules>
<module>perf</module>
<module>upgrade</module>
</modules>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonarqube</artifactId>
<artifactId>tests</artifactId>
<version>5.6-SNAPSHOT</version>
</parent>