How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.sitoolkit.rdg</groupId>
<artifactId>sit-rdg-maven-plugin</artifactId>
<version>0.9</version>
</plugin>
Choose a version of io.sitoolkit.rdg : sit-rdg-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
sit-rdg-maven-plugin-1.0.0-beta.1
|
||
0.9 |
sit-rdg-maven-plugin-0.9
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.sitoolkit.rdg</groupId>
<artifactId>sit-rdg-maven-plugin</artifactId>
<version>0.9</version>
</plugin>
Advertisement