How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.weforward</groupId>
<artifactId>build-maven-plugin</artifactId>
<version>1.2.5</version>
</plugin>
Choose a version of cn.weforward : build-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
build-maven-plugin-1.2.5
|
||
build-maven-plugin-1.2.4
|
|||
build-maven-plugin-1.2.3
|
|||
build-maven-plugin-1.2.2
|
|||
build-maven-plugin-1.2.1
|
|||
build-maven-plugin-1.2.0
|
|||
1.1.x |
build-maven-plugin-1.1.1
|
||
build-maven-plugin-1.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.weforward</groupId>
<artifactId>build-maven-plugin</artifactId>
<version>1.2.5</version>
</plugin>
Advertisement