MVN

com.github.zg2pro.copy : regex-copy-maven-plugin

Maven & Gradle

Jun 22, 2020

regex-copy-plugin Maven Mojo · A resource copy plugin on steroids using regex to match and rename resources.

<plugin>
    <groupId>com.github.zg2pro.copy</groupId>
    <artifactId>regex-copy-maven-plugin</artifactId>
    <version>0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zg2pro.copy : regex-copy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1

All Versions

Choose a version of com.github.zg2pro.copy : regex-copy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1
regex-copy-maven-plugin-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>com.github.zg2pro.copy</groupId>
    <artifactId>regex-copy-maven-plugin</artifactId>
    <version>0.1</version>
</plugin>

Advertisement