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.huangxulin</groupId>
<artifactId>rename-maven-plugin</artifactId>
<version>2024.3.9</version>
</plugin>
Choose a version of cn.huangxulin : rename-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2024.3.x |
rename-maven-plugin-2024.3.9
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>cn.huangxulin</groupId>
<artifactId>rename-maven-plugin</artifactId>
<version>2024.3.9</version>
</plugin>
Advertisement