MVN

com.kohlschutter.mavenplugins : copy-rename-maven-plugin

Maven & Gradle

Jul 08, 2023
0 stars

Copy Rename Maven Plugin · This plugin helps in copying files or renaming files or directories during the Maven build lifecycle.

<plugin>
    <groupId>com.kohlschutter.mavenplugins</groupId>
    <artifactId>copy-rename-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.kohlschutter.mavenplugins : copy-rename-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of com.kohlschutter.mavenplugins : copy-rename-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
copy-rename-maven-plugin-2.0.0

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.kohlschutter.mavenplugins</groupId>
    <artifactId>copy-rename-maven-plugin</artifactId>
    <version>2.0.0</version>
</plugin>