diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-15 10:36:50 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-10-15 10:38:35 +0200 |
commit | 718d3eb74a3cc62c9cc4ac461f18f86a41e3efbe (patch) | |
tree | e08d321e9860a2ddb745259c5832a626d3ea3876 /sonar-server/pom.xml | |
parent | 3c4052ab43317b72f1075942ea192dbcb04b8667 (diff) | |
download | sonarqube-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.xml | 9 |
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> |