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.wt</groupId>
<artifactId>sit-wt-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Choose a version of io.sitoolkit.wt : sit-wt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.0.x |
sit-wt-maven-plugin-3.0.0
|
||
sit-wt-maven-plugin-3.0.0-beta.3
|
|||
sit-wt-maven-plugin-3.0.0-beta.2
|
|||
sit-wt-maven-plugin-3.0.0-beta.1
|
|||
sit-wt-maven-plugin-3.0.0-alpha.2
|
|||
sit-wt-maven-plugin-3.0.0-alpha.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.sitoolkit.wt</groupId>
<artifactId>sit-wt-maven-plugin</artifactId>
<version>3.0.0</version>
</plugin>
Advertisement