How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.smyachenkov</groupId>
<artifactId>run-detekt-maven-plugin</artifactId>
<version>1.9.1</version>
</plugin>
Choose a version of com.smyachenkov : run-detekt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.9.x |
run-detekt-maven-plugin-1.9.1
|
||
1.7.x |
run-detekt-maven-plugin-1.7.4
|
||
1.5.x |
run-detekt-maven-plugin-1.5.0.1
|
||
1.4.x |
run-detekt-maven-plugin-1.4.0.4
|
||
run-detekt-maven-plugin-1.4.0.3
|
|||
run-detekt-maven-plugin-1.4.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.smyachenkov</groupId>
<artifactId>run-detekt-maven-plugin</artifactId>
<version>1.9.1</version>
</plugin>
Advertisement