diff options
author | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-11 08:32:36 +0200 |
---|---|---|
committer | Stephane Gamard <stephane.gamard@searchbox.com> | 2014-07-11 08:32:36 +0200 |
commit | 852cb92e9cfcbde291735c8b0413e186cce7611a (patch) | |
tree | 0bb3a0f77b3fb09c21f1a86070b4cc0ffd752023 /sonar-start | |
parent | 46857ab0d1a26d3df99309c371b49def0d03e68c (diff) | |
download | sonarqube-852cb92e9cfcbde291735c8b0413e186cce7611a.tar.gz sonarqube-852cb92e9cfcbde291735c8b0413e186cce7611a.zip |
fix quality flaw (wrong artifact type)
Diffstat (limited to 'sonar-start')
-rw-r--r-- | sonar-start/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-start/pom.xml b/sonar-start/pom.xml index 174701a3a64..ed4c24f9880 100644 --- a/sonar-start/pom.xml +++ b/sonar-start/pom.xml @@ -89,6 +89,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-server</artifactId> <version>${project.version}</version> + <type>war</type> <scope>provided</scope> </dependency> <dependency> |