aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/assembly.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-09-06 17:47:59 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-09-13 15:50:55 +0200
commita444ad1e6bef78386f960acadb0fee7e0b4d8224 (patch)
treea1711c1c6ec701781882571e9f791c1e37876eeb /sonar-application/assembly.xml
parent7e778849d1c669cd87c90de21cb3d1ea6494e759 (diff)
downloadsonarqube-a444ad1e6bef78386f960acadb0fee7e0b4d8224.tar.gz
sonarqube-a444ad1e6bef78386f960acadb0fee7e0b4d8224.zip
SONAR-9587 use classpath rather than fat jar for sonar-application
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r--sonar-application/assembly.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml
index 5d5e0b47947..16e91b4d690 100644
--- a/sonar-application/assembly.xml
+++ b/sonar-application/assembly.xml
@@ -28,14 +28,6 @@
<scope>provided</scope>
</dependencySet>
-
- <dependencySet>
- <outputDirectory>lib/common</outputDirectory>
- <useTransitiveFiltering>true</useTransitiveFiltering>
- <useProjectArtifact>false</useProjectArtifact>
- <scope>runtime</scope>
- </dependencySet>
-
<dependencySet>
<outputDirectory>lib/server</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
@@ -122,6 +114,11 @@
</dependencySets>
<fileSets>
+ <!-- common directory -->
+ <fileSet>
+ <directory>target/common</directory>
+ <outputDirectory>lib/common</outputDirectory>
+ </fileSet>
<!-- wrapper binaries -->
<fileSet>
<directory>src/main/assembly</directory>