diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-16 16:59:08 +0300 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2011-02-21 00:10:55 +0300 |
commit | 4dbfb6d655ee368db2b27767a7f532074d52a7be (patch) | |
tree | 860cf43d972958479cc3d5af08c450be2e6705e1 /sonar-application/assembly.xml | |
parent | ede312df67174193caae2ec087a5319a36e0d647 (diff) | |
download | sonarqube-4dbfb6d655ee368db2b27767a7f532074d52a7be.tar.gz sonarqube-4dbfb6d655ee368db2b27767a7f532074d52a7be.zip |
SONAR-2163 Change service wrapper
* Use JSW binaries from Sonatype
Diffstat (limited to 'sonar-application/assembly.xml')
-rw-r--r-- | sonar-application/assembly.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index 85037745654..68bb8c76d5b 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -81,6 +81,29 @@ <unpack>false</unpack> <scope>runtime</scope> </dependencySet> + <dependencySet> + <outputDirectory>bin</outputDirectory> + <includes> + <include>org.sonatype.jsw-binaries:jsw-binaries</include> + </includes> + <unpack>true</unpack> + <scope>provided</scope> + <unpackOptions> + <excludes> + <exclude>**/app</exclude> + <exclude>**/*.bat</exclude> + <exclude>**/sample*/**</exclude> + </excludes> + </unpackOptions> + </dependencySet> + <dependencySet> + <outputDirectory>lib</outputDirectory> + <includes> + <include>tanukisoft:wrapper</include> + </includes> + <unpack>false</unpack> + <scope>runtime</scope> + </dependencySet> </dependencySets> <fileSets> |