-
Notifications
You must be signed in to change notification settings - Fork 13
Maven dependency
Michel Pawlak edited this page Jan 20, 2017
·
1 revision
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.