MVN

com.github.keub : remote-resources-maven-plugin

Maven & Gradle

Nov 13, 2015
1 stars

Remote Resources Maven Plugin · Copy files from a remote location to a path relative to the project in which the plugin is configured.

<plugin>
    <groupId>com.github.keub</groupId>
    <artifactId>remote-resources-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.keub : remote-resources-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.github.keub : remote-resources-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8
remote-resources-maven-plugin-1.8
1.6
remote-resources-maven-plugin-1.6
1.5
remote-resources-maven-plugin-1.5
1.4
remote-resources-maven-plugin-1.4
1.3
remote-resources-maven-plugin-1.3
1.2
remote-resources-maven-plugin-1.2
1.1
remote-resources-maven-plugin-1.1
1.0
remote-resources-maven-plugin-1.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.github.keub</groupId>
    <artifactId>remote-resources-maven-plugin</artifactId>
    <version>1.8</version>
</plugin>