JAR

maven-resources-plugin-2.7.jar

in org/apache/maven/plugins/maven-resources-plugin/2.7

Title: Apache Maven Resources Plugin
Group ID: org.apache.maven.plugins
Artifact ID: maven-resources-plugin
Version: 2.7
Last modified: 29.09.2014 21:24
Packaging: maven-plugin
Name: Apache Maven Resources Plugin
Description: The Resources Plugin handles the copying of project resources to the output directory. There are two different kinds of resources: main resources and test resources. The difference is that the main resources are the resources associated to the main source code while the test resources are associated to the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.
Source: http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-2.7
Vendor: The Apache Software Foundation
Size: 31.0 KB
Download: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar
POM: Show
Maven:
<dependency>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-resources-plugin</artifactId>
  <version>2.7</version>
</dependency>
Gradle:
org.apache.maven.plugins:maven-resources-plugin:2.7
Contained classes: Show all
Dependencies:
Dependency Graph: Show