aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-10-27 17:51:55 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-10-27 17:52:53 +0200
commita679de21723b04cbb6ed1e1b02bb1726125cc855 (patch)
tree2f89fb9ea12d395a7ee88de5c95c748c88ca0b4b /sonar-server/pom.xml
parent9ca0e7dfd87934fba1ea49923c4d922fdbad2ba5 (diff)
downloadsonarqube-a679de21723b04cbb6ed1e1b02bb1726125cc855.tar.gz
sonarqube-a679de21723b04cbb6ed1e1b02bb1726125cc855.zip
SONAR-2733 Display duplicated blocks by group in the resource viewer
Now waiting for the new table to feed the data that is displayed by this new duplication tab.
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 2681bcd9229..e2ec8b14892 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -256,6 +256,7 @@
<include>**/dashboard-min.js</include>
<include>**/protovis-min.js</include>
<include>**/protovis-sonar-min.js</include>
+ <include>**/duplications-min.js</include>
</includes>
<output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output>
</aggregation>
@@ -301,7 +302,7 @@
<artifactId>maven-war-plugin</artifactId>
<configuration>
<packagingExcludes>
- **/*.log,*.iml,WEB-INF/script/,WEB-INF/test/,javascripts/application*.js,javascripts/prototype*.js,javascripts/scriptaculous*.js,javascripts/tablekit*.js,javascripts/tablekit*.js,javascripts/prototip*.js,javascripts/dashboard*.js,javascripts/protovis.js,javascripts/protovis-min.js
+ **/*.log,*.iml,WEB-INF/script/,WEB-INF/test/,javascripts/application*.js,javascripts/prototype*.js,javascripts/scriptaculous*.js,javascripts/tablekit*.js,javascripts/tablekit*.js,javascripts/prototip*.js,javascripts/dashboard*.js,javascripts/protovis.js,javascripts/protovis-min.js,javascripts/duplications.js,javascripts/duplications-min.js
</packagingExcludes>
<warSourceExcludes>
**/*