]> source.dussan.org Git - sonarqube.git/commitdiff
fix quality flaw (wrong artifact type)
authorStephane Gamard <stephane.gamard@searchbox.com>
Fri, 11 Jul 2014 06:32:36 +0000 (08:32 +0200)
committerStephane Gamard <stephane.gamard@searchbox.com>
Fri, 11 Jul 2014 06:32:36 +0000 (08:32 +0200)
sonar-start/pom.xml

index 174701a3a642a7f296cdaa02d061109bd0f6774f..ed4c24f98801081d3e6541e09549f0da7e883a66 100644 (file)
@@ -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>