diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-27 14:27:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-28 09:29:05 +0200 |
commit | 386e6a13b460e25ad032004d3635b071bf91e104 (patch) | |
tree | fd223fb5d79b39e6882ab83e5bf5dec5f5fed0db /pom.xml | |
parent | 92f01954fc68bcbe8004b1e8433a469ca67118e7 (diff) | |
download | sonarqube-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.xml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |