diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-26 12:09:31 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-26 12:09:31 +0100 |
commit | 98f3bef8be5eb8b9e29b3e7a4604b616462118d7 (patch) | |
tree | 4de872cbdf0e72cac1e1fddfdbfcefb9252dbe3c /pom.xml | |
parent | acbb9609fdfc8acbdd1bbec5e8ade31afa6f64eb (diff) | |
download | sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.tar.gz sonarqube-98f3bef8be5eb8b9e29b3e7a4604b616462118d7.zip |
Execute IT in build directory instead of temp dir
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ <plugin> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-dev-maven-plugin</artifactId> - <version>1.0.1</version> + <version>1.1</version> </plugin> <plugin> <groupId>org.codehaus.sonar</groupId> |