diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2016-07-11 17:46:57 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2016-07-11 17:46:57 +0200 |
commit | c0fc296133ab2c1f6b4b2f1fddf7e1afa26b426e (patch) | |
tree | 390dc1a08f7fe04024cbad64b067a96f553be160 | |
parent | 7354f880a619bb286030bb0dc09ddd6b737e3cd8 (diff) | |
download | sonarqube-c0fc296133ab2c1f6b4b2f1fddf7e1afa26b426e.tar.gz sonarqube-c0fc296133ab2c1f6b4b2f1fddf7e1afa26b426e.zip |
Make Xoo a SonarLint plugin
-rw-r--r-- | plugins/sonar-xoo-plugin/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/sonar-xoo-plugin/pom.xml b/plugins/sonar-xoo-plugin/pom.xml index 6145bee37ea..075e1255a25 100644 --- a/plugins/sonar-xoo-plugin/pom.xml +++ b/plugins/sonar-xoo-plugin/pom.xml @@ -63,10 +63,12 @@ <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> |