aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-02-03 15:21:06 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-02-04 08:29:06 +0100
commitc4abedc8615e05322cb6b2015d5e4e74bc625da5 (patch)
treec6035b6141297b1257f5d321d2507d9eb562e73a /sonar-application
parent22827addf46dc8c67426fb70a223f2e313741782 (diff)
downloadsonarqube-c4abedc8615e05322cb6b2015d5e4e74bc625da5.tar.gz
sonarqube-c4abedc8615e05322cb6b2015d5e4e74bc625da5.zip
SONAR-7261 Embed JavaScript and C# plugins
And use latest version of the Java plugin
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 6de392b1782..adda8bf3227 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -92,6 +92,18 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.sonarsource.javascript</groupId>
+ <artifactId>sonar-javascript-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.sonarsource.dotnet</groupId>
+ <artifactId>sonar-csharp-plugin</artifactId>
+ <type>sonar-plugin</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.sonar-plugins</groupId>
<artifactId>sonar-scm-git-plugin</artifactId>
<type>sonar-plugin</type>
@@ -220,8 +232,8 @@
<configuration>
<rules>
<requireFilesSize>
- <minsize>100000000</minsize>
- <maxsize>115000000</maxsize>
+ <minsize>105000000</minsize>
+ <maxsize>120000000</maxsize>
<files>
<file>${project.build.directory}/sonarqube-${project.version}.zip</file>
</files>