Download maven-resources-plugin-2.6.jar file - Jar m

Jar examples for m: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.

You can download jar file maven-resources-plugin 2.6 in this page.

License

Apache License

Build File

You can use the following script to add maven-resources-plugin-2.6.jar to your project.

<dependency>
   <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-resources-plugin</artifactId>
   <version>2.6</version>
</dependency>
compile group: 'org.apache.maven.plugins', name: 'maven-resources-plugin', version: '2.6'
libraryDependencies += "org.apache.maven.plugins" % "maven-resources-plugin" % "2.6"
<dependency org="org.apache.maven.plugins" name="maven-resources-plugin" rev="2.6"/>
@Grapes(@Grab(group='org.apache.maven.plugins', module='maven-resources-plugin', version='2.6'))
'org.apache.maven.plugins:maven-resources-plugin:jar:2.6'

Download

Click the following link to download the jar file.

maven-resources-plugin-2.6-javadoc.jar
maven-resources-plugin-2.6-sources.jar
maven-resources-plugin-2.6.jar
maven-resources-plugin-2.6.pom



Related Tutorials