aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/assembly.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-28 09:31:53 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-28 09:31:53 +0100
commite41e179891923f2c6e239fce3f56983cfff3c8b3 (patch)
treef0b2894e6c0e9b01f4c72ffb156b520cdfeb594a /sonar-application/assembly.xml
parent5593132d32277a2111ecceb8cd31abb404a00d0a (diff)
downloadsonarqube-e41e179891923f2c6e239fce3f56983cfff3c8b3.tar.gz
sonarqube-e41e179891923f2c6e239fce3f56983cfff3c8b3.zip
SONAR-6105 Fix missing SVN and Git plugins
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 3773b757155..f2578a18dc5 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -105,7 +105,7 @@
<outputDirectory>lib/bundled-plugins</outputDirectory>
<useTransitiveDependencies>false</useTransitiveDependencies>
<includes>
- <include>org.codehaus.sonar-plugins.*:sonar-*-plugin</include>
+ <include>org.codehaus.sonar-plugins*:sonar-*-plugin</include>
</includes>
<scope>provided</scope>
</dependencySet>