MVN

com.github.ozsie : detekt-maven-plugin

Maven & Gradle

Aug 02, 2023
54 stars

detekt-maven-plugin Maven Plugin · A maven plugin wrapper for detekt cli

<plugin>
    <groupId>com.github.ozsie</groupId>
    <artifactId>detekt-maven-plugin</artifactId>
    <version>1.23.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ozsie : detekt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.23.1
  • Latest Release Candidate: 1.0.0-RC16

All Versions

Choose a version of com.github.ozsie : detekt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.23.x
detekt-maven-plugin-1.23.1
detekt-maven-plugin-1.23.0
1.22.x
detekt-maven-plugin-1.22.0
1.21.x
detekt-maven-plugin-1.21.0.1
detekt-maven-plugin-1.21.0
1.20.x
detekt-maven-plugin-1.20.0
1.19.x
detekt-maven-plugin-1.19.1
detekt-maven-plugin-1.19.0.1
detekt-maven-plugin-1.19.0
1.18.x
detekt-maven-plugin-1.18.1.1
detekt-maven-plugin-1.18.1
detekt-maven-plugin-1.18.0
1.17.x
detekt-maven-plugin-1.17.1.1
detekt-maven-plugin-1.17.1
detekt-maven-plugin-1.17.0
1.16.x
detekt-maven-plugin-1.16.0
1.15.x
detekt-maven-plugin-1.15.0.1
detekt-maven-plugin-1.15.0
1.14.x
detekt-maven-plugin-1.14.2.1
detekt-maven-plugin-1.14.2
detekt-maven-plugin-1.14.1
detekt-maven-plugin-1.14.0
1.13.x
detekt-maven-plugin-1.13.1
1.12.x
detekt-maven-plugin-1.12.0
1.11.x
detekt-maven-plugin-1.11.0
1.10.x
detekt-maven-plugin-1.10.0
1.9.x
detekt-maven-plugin-1.9.1
detekt-maven-plugin-1.9.0
1.8.x
detekt-maven-plugin-1.8.0
1.7.x
detekt-maven-plugin-1.7.0
1.6.x
detekt-maven-plugin-1.6.0
1.1.x
detekt-maven-plugin-1.1.1
1.0.x
detekt-maven-plugin-1.0.0
detekt-maven-plugin-1.0.0-RC16
detekt-maven-plugin-1.0.0-RC15
detekt-maven-plugin-1.0.0-RC14-3
detekt-maven-plugin-1.0.0-RC14-2
detekt-maven-plugin-1.0.0-RC14-1
detekt-maven-plugin-1.0.0-RC14

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.github.ozsie</groupId>
    <artifactId>detekt-maven-plugin</artifactId>
    <version>1.23.1</version>
</plugin>

Advertisement