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.redsix</groupId>
<artifactId>dmn-check-maven-plugin</artifactId>
<version>1.3.0</version>
</plugin>
Choose a version of de.redsix : dmn-check-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
dmn-check-maven-plugin-1.3.0
|
||
1.2.x |
dmn-check-maven-plugin-1.2.4
|
||
dmn-check-maven-plugin-1.2.3
|
|||
dmn-check-maven-plugin-1.2.2
|
|||
dmn-check-maven-plugin-1.2.1
|
|||
dmn-check-maven-plugin-1.2.0
|
|||
1.1.x |
dmn-check-maven-plugin-1.1.6
|
||
dmn-check-maven-plugin-1.1.5
|
|||
dmn-check-maven-plugin-1.1.4
|
|||
dmn-check-maven-plugin-1.1.3
|
|||
dmn-check-maven-plugin-1.1.2
|
|||
dmn-check-maven-plugin-1.1.1
|
|||
dmn-check-maven-plugin-1.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.redsix</groupId>
<artifactId>dmn-check-maven-plugin</artifactId>
<version>1.3.0</version>
</plugin>
Advertisement