Jar examples for m:maven-remote-resources-plugin
Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project much include license and notice files for each release.
You can download jar file maven-remote-resources-plugin 1.5 in this page.
Apache License
You can use the following script to add maven-remote-resources-plugin-1.5.jar to your project.
<dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> <version>1.5</version> </dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-remote-resources-plugin', version: '1.5'
libraryDependencies += "org.apache.maven.plugins" % "maven-remote-resources-plugin" % "1.5"
<dependency org="org.apache.maven.plugins" name="maven-remote-resources-plugin" rev="1.5"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-remote-resources-plugin', version='1.5'))
'org.apache.maven.plugins:maven-remote-resources-plugin:jar:1.5'
Click the following link to download the jar file.
maven-remote-resources-plugin-1.5-javadoc.jar