diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-20 15:28:49 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-20 15:28:49 +0100 |
commit | 0f87a1eca7108d6ca40320cdf37b5184413feb6c (patch) | |
tree | b9166f15f44aa14dc5f1173522172e46566638d6 /sonar-server/pom.xml | |
parent | 112de14fe80756a66dd8bbe7bd37b15260365441 (diff) | |
download | sonarqube-0f87a1eca7108d6ca40320cdf37b5184413feb6c.tar.gz sonarqube-0f87a1eca7108d6ca40320cdf37b5184413feb6c.zip |
Deploy minimized files in prod
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 7c2e4575ad8..381eeea2856 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -303,7 +303,7 @@ </goals> <configuration> <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory> - <overwrite>false</overwrite> + <overwrite>true</overwrite> <resources> <resource> <directory>src/main/webapp/build</directory> @@ -343,7 +343,7 @@ build/**,coffee/**,less/**,templates/** </packagingExcludes> <warSourceExcludes> - **/* + js/**,css/** </warSourceExcludes> <archive> <manifestEntries> |