Maven dependency - QualInsight/qualinsight-plugins-sonarqube-smell GitHub Wiki
In order to be able to use the @Smell
and @Smells
annotations in your code, the following dependency must be added to your pom.xml file :
<dependency>
<groupId>com.qualinsight.plugins.sonarqube</groupId>
<artifactId>qualinsight-plugins-sonarqube-smell-api</artifactId>
<version>PLUGIN_VERSION</version>
</dependency>
Note 1: The dependency is available in Maven central repository.
Note 2: The API is packaged as an OSGi bundle.