MVN

de.shadowhunt.maven.plugins : sonarignore-maven-plugin

Maven & Gradle

Feb 08, 2015

Maven Sonar-Ignore Plugin · Autogenerates ignore files to exclude generated code from sonar analysis

<plugin>
    <groupId>de.shadowhunt.maven.plugins</groupId>
    <artifactId>sonarignore-maven-plugin</artifactId>
    <version>3.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.shadowhunt.maven.plugins : sonarignore-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.5.2

All Versions

Choose a version of de.shadowhunt.maven.plugins : sonarignore-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.5.x
sonarignore-maven-plugin-3.5.2
sonarignore-maven-plugin-3.5.1
sonarignore-maven-plugin-3.5.0
3.4.x
sonarignore-maven-plugin-3.4.5

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.shadowhunt.maven.plugins</groupId>
    <artifactId>sonarignore-maven-plugin</artifactId>
    <version>3.5.2</version>
</plugin>