MVN

ch.mfrey.maven.plugin : copy-maven-plugin

Maven & Gradle

Oct 31, 2019
11 stars

Copy Maven Plugin · Maven Plugin to copy/move files and replace content in the same time

<plugin>
    <groupId>ch.mfrey.maven.plugin</groupId>
    <artifactId>copy-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.mfrey.maven.plugin : copy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of ch.mfrey.maven.plugin : copy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
copy-maven-plugin-1.0.0
0.0.x
copy-maven-plugin-0.0.6
copy-maven-plugin-0.0.5
copy-maven-plugin-0.0.4
copy-maven-plugin-0.0.3
copy-maven-plugin-0.0.2
copy-maven-plugin-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>ch.mfrey.maven.plugin</groupId>
    <artifactId>copy-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>

Advertisement