summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-27 14:27:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:29:05 +0200
commit386e6a13b460e25ad032004d3635b071bf91e104 (patch)
treefd223fb5d79b39e6882ab83e5bf5dec5f5fed0db /pom.xml
parent92f01954fc68bcbe8004b1e8433a469ca67118e7 (diff)
downloadsonarqube-386e6a13b460e25ad032004d3635b071bf91e104.tar.gz
sonarqube-386e6a13b460e25ad032004d3635b071bf91e104.zip
SONAR-6370 drop core plugin
The core plugin was highly coupled with core, so it did not respect classloader isolation as other plugins.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f1a529eb47e..e7d4485e6c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
<module>sonar-plugin-api</module>
<module>server</module>
<module>sonar-testing-harness</module>
- <module>plugins/sonar-core-plugin</module>
<module>plugins/sonar-l10n-en-plugin</module>
<module>plugins/sonar-email-notifications-plugin</module>
<module>plugins/sonar-xoo-plugin</module>