aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2014-02-13 12:13:55 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2014-02-13 15:29:14 +0100
commitae8f2b554298c1a98c0fbba26ec6534b4e6741be (patch)
tree7f1e279691dff20ec17e85dac3ceca6c27c7297c
parente894e5443bc9cc452a0e00914db2afadb8a25fce (diff)
downloadsonarqube-ae8f2b554298c1a98c0fbba26ec6534b4e6741be.tar.gz
sonarqube-ae8f2b554298c1a98c0fbba26ec6534b4e6741be.zip
No more embed checkstyle & pmd plugins by default.
-rw-r--r--pom.xml12
-rw-r--r--sonar-application/pom.xml12
2 files changed, 0 insertions, 24 deletions
diff --git a/pom.xml b/pom.xml
index 3b286229fe5..d513e5fb381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -620,18 +620,6 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar-plugins.java</groupId>
- <artifactId>sonar-pmd-plugin</artifactId>
- <version>${sonarJava.version}</version>
- <type>sonar-plugin</type>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar-plugins.java</groupId>
- <artifactId>sonar-checkstyle-plugin</artifactId>
- <version>${sonarJava.version}</version>
- <type>sonar-plugin</type>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar-plugins.java</groupId>
<artifactId>sonar-findbugs-plugin</artifactId>
<version>${sonarJava.version}</version>
<type>sonar-plugin</type>
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 8c280efb7a4..9d1bd93346d 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -117,12 +117,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.codehaus.sonar-plugins.java</groupId>
- <artifactId>sonar-checkstyle-plugin</artifactId>
- <type>sonar-plugin</type>
- <scope>runtime</scope>
- </dependency>
- <dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
<artifactId>sonar-dbcleaner-plugin</artifactId>
<version>${project.version}</version>
@@ -131,12 +125,6 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar-plugins.java</groupId>
- <artifactId>sonar-pmd-plugin</artifactId>
- <type>sonar-plugin</type>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.codehaus.sonar-plugins.java</groupId>
<artifactId>sonar-squid-java-plugin</artifactId>
<type>sonar-plugin</type>
<scope>runtime</scope>