MVN

io.github.zalvari : changed-resources-plugin

Maven & Gradle

May 21, 2020
1 stars

A maven plugin to copy only modified resources comparing Git branches.

<plugin>
    <groupId>io.github.zalvari</groupId>
    <artifactId>changed-resources-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.zalvari : changed-resources-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of io.github.zalvari : changed-resources-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
changed-resources-plugin-1.1.0
1.0.x
changed-resources-plugin-1.0.6
changed-resources-plugin-1.0.5
changed-resources-plugin-1.0.4
changed-resources-plugin-1.0.3
changed-resources-plugin-1.0.2
changed-resources-plugin-1.0.1
changed-resources-plugin-1.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>io.github.zalvari</groupId>
    <artifactId>changed-resources-plugin</artifactId>
    <version>1.1.0</version>
</plugin>