aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/assembly.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-11 23:12:04 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-11 23:12:04 +0200
commit121e0e53c4ae03316fef35410700c9752c77c566 (patch)
tree6a1dacba61a0914f014d66047b26a2c5422b2796 /sonar-application/assembly.xml
parent0ab2483728249b9dd2c29fc9dc4ecaaee1ef52b3 (diff)
downloadsonarqube-121e0e53c4ae03316fef35410700c9752c77c566.tar.gz
sonarqube-121e0e53c4ae03316fef35410700c9752c77c566.zip
SONAR-4577 End of support of WAR deployment mode
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r--sonar-application/assembly.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index ec79475e342..c20a5384ca5 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -37,7 +37,7 @@
</dependencySet>
<!-- Server -->
<dependencySet>
- <outputDirectory>war/sonar-server</outputDirectory>
+ <outputDirectory>web</outputDirectory>
<includes>
<include>org.codehaus.sonar:sonar-server</include>
</includes>