aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-10-15 10:36:50 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-10-15 10:38:35 +0200
commit718d3eb74a3cc62c9cc4ac461f18f86a41e3efbe (patch)
treee08d321e9860a2ddb745259c5832a626d3ea3876 /sonar-server/pom.xml
parent3c4052ab43317b72f1075942ea192dbcb04b8667 (diff)
downloadsonarqube-718d3eb74a3cc62c9cc4ac461f18f86a41e3efbe.tar.gz
sonarqube-718d3eb74a3cc62c9cc4ac461f18f86a41e3efbe.zip
Fix cleanup of src/main/webapp/deploy when using development mode
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index a73ac99f8bd..756df04f18d 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -161,15 +161,10 @@
<fileset>
<directory>${basedir}/src/main/webapp/deploy</directory>
<includes>
- <include>gwt/**/*</include>
- <include>maven/**/*</include>
- <include>jdbc-driver.jar</include>
- <include>plugins/**/*</include>
+ <include>**/*</include>
</includes>
<excludes>
- <exclude>maven/README.txt</exclude>
- <exclude>maven/index.html</exclude>
- <exclude>**/.svn/**/*</exclude>
+ <exclude>readme.txt</exclude>
</excludes>
</fileset>
</filesets>