diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2017-01-02 11:23:25 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-01-02 11:23:25 +0100 |
commit | 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6 (patch) | |
tree | 85618ab9607ae91e804b6cba073eeacb6e0d9b98 /sonar-application/assembly.xml | |
parent | 49c21ce067b7d46da0a78a3ad660527406d6ac91 (diff) | |
download | sonarqube-0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.tar.gz sonarqube-0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.zip |
Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 3 |
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> |