aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-07-11 19:24:09 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2016-07-11 19:24:09 +0200
commitd5bf0e2401800d1639a99deb3db9797ad6bd5d72 (patch)
tree3f533dec63a6f24a3b5aefa86f1ee623c661419e /plugins
parent50d0c1cabba9c9f30779ca122d4d8e69b8e1e8b8 (diff)
downloadsonarqube-d5bf0e2401800d1639a99deb3db9797ad6bd5d72.tar.gz
sonarqube-d5bf0e2401800d1639a99deb3db9797ad6bd5d72.zip
Revert "Make Xoo a SonarLint plugin"
This reverts commit c0fc296133ab2c1f6b4b2f1fddf7e1afa26b426e.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-xoo-plugin/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml
index 075e1255a25..6145bee37ea 100644
--- a/plugins/sonar-xoo-plugin/pom.xml
+++ b/plugins/sonar-xoo-plugin/pom.xml
@@ -63,12 +63,10 @@
<plugin>
<groupId>org.sonarsource.sonar-packaging-maven-plugin</groupId>
<artifactId>sonar-packaging-maven-plugin</artifactId>
- <version>1.17-build269</version>
<configuration>
<pluginKey>xoo</pluginKey>
<pluginName>Xoo</pluginName>
<pluginClass>org.sonar.xoo.XooPlugin</pluginClass>
- <sonarLintSupported>true</sonarLintSupported>
</configuration>
</plugin>
</plugins>