summaryrefslogtreecommitdiffstats
path: root/sonar-application/assembly.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r--sonar-application/assembly.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index dc2e1dadf0b..bdb5076457e 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -80,8 +80,9 @@
<scope>provided</scope>
</dependencySet>
+ <!-- Scanner Engine that is returned by batch/index WS -->
<dependencySet>
- <outputDirectory>lib/batch</outputDirectory>
+ <outputDirectory>lib/scanner</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
<include>org.sonarsource.sonarqube:sonar-scanner-engine-shaded</include>