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.hupubao</groupId>
<artifactId>dockit-maven-plugin</artifactId>
<version>2.1.4.RELEASE</version>
</plugin>
Choose a version of com.hupubao : dockit-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1.x |
dockit-maven-plugin-2.1.4.RELEASE
|
||
dockit-maven-plugin-2.1.3.RELEASE
|
|||
dockit-maven-plugin-2.1.2.RELEASE
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.hupubao</groupId>
<artifactId>dockit-maven-plugin</artifactId>
<version>2.1.4.RELEASE</version>
</plugin>
Advertisement