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.tencent.tars</groupId>
<artifactId>tars-maven-plugin</artifactId>
<version>1.7.2</version>
</plugin>
Choose a version of com.tencent.tars : tars-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
tars-maven-plugin-1.7.2
|
||
tars-maven-plugin-1.7.1
|
|||
tars-maven-plugin-1.7.0
|
|||
1.6.x |
tars-maven-plugin-1.6.3
|
||
tars-maven-plugin-1.6.2
|
|||
tars-maven-plugin-1.6.1
|
|||
tars-maven-plugin-1.6.0
|
|||
1.0.x |
tars-maven-plugin-1.0.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.tencent.tars</groupId>
<artifactId>tars-maven-plugin</artifactId>
<version>1.7.2</version>
</plugin>
Advertisement