diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-28 09:31:53 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2015-01-28 09:31:53 +0100 |
commit | e41e179891923f2c6e239fce3f56983cfff3c8b3 (patch) | |
tree | f0b2894e6c0e9b01f4c72ffb156b520cdfeb594a /sonar-application/assembly.xml | |
parent | 5593132d32277a2111ecceb8cd31abb404a00d0a (diff) | |
download | sonarqube-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.xml | 2 |
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> |