MVN

cn.huangxulin : rename-maven-plugin

Maven & Gradle

Mar 10, 2024

Rename Maven Plugin · A tool to rename files within a JAR package.

<plugin>
    <groupId>cn.huangxulin</groupId>
    <artifactId>rename-maven-plugin</artifactId>
    <version>2024.3.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.huangxulin : rename-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2024.3.9

All Versions

Choose a version of cn.huangxulin : rename-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2024.3.x
rename-maven-plugin-2024.3.9

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>

Advertisement