aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-05-14 18:43:14 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-05-14 19:08:12 +0200
commit349eafcd5db96d0c206af7e2f9b67d24696afca6 (patch)
tree220e4bf4cd7f9542ae66c113908cb533cf88d605 /sonar-server/pom.xml
parentf5f73537f6b8bf961cd189c93ed2b256dd66c7a2 (diff)
downloadsonarqube-349eafcd5db96d0c206af7e2f9b67d24696afca6.tar.gz
sonarqube-349eafcd5db96d0c206af7e2f9b67d24696afca6.zip
SONAR-3755 UI for adding comments
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 7d4eaa0cd69..ba963f5be3b 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -256,6 +256,7 @@
<include>**/dashboard-min.js</include>
<include>**/duplication-min.js</include>
<include>**/resource-min.js</include>
+ <include>**/issue-min.js</include>
<include>**/recent-history.js</include>
</includes>
<output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output>