]> source.dussan.org Git - sonarqube.git/commitdiff
Make Xoo a SonarLint plugin
authorJulien HENRY <julien.henry@sonarsource.com>
Mon, 11 Jul 2016 15:46:57 +0000 (17:46 +0200)
committerJulien HENRY <julien.henry@sonarsource.com>
Mon, 11 Jul 2016 15:46:57 +0000 (17:46 +0200)
plugins/sonar-xoo-plugin/pom.xml

index 6145bee37ea09651b1e33f9a9da03394074e1abc..075e1255a25e900f753e6829896625fef1045b71 100644 (file)
       <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>