diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-26 18:48:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-06-29 11:03:33 +0200 |
commit | 64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e (patch) | |
tree | 86d40f3746b73da164aae16fce4eff24d2c0054f /it/pom.xml | |
parent | e140eb43c7384fcaee539e9b1a07fae48cf95da2 (diff) | |
download | sonarqube-64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e.tar.gz sonarqube-64ff328a9bc2cf0ea575599d37ea6dfe4ac6274e.zip |
Fix execution of integration tests from command-line
Diffstat (limited to 'it/pom.xml')
-rw-r--r-- | it/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/it/pom.xml b/it/pom.xml index cbb65650c6b..5dbedb1715d 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -16,21 +16,21 @@ <packaging>pom</packaging> <modules> - <module>plugins</module> - <module>tests</module> + <module>it-plugins</module> + <module>it-tests</module> </modules> <dependencies> <dependency> <groupId>org.codehaus.sonar.plugins</groupId> <artifactId>sonar-xoo-plugin</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-application</artifactId> - <version>${pom.version}</version> + <version>${project.version}</version> <scope>provided</scope> </dependency> </dependencies> |