Maven Plugin

Maven Resources Plugin

Downloads

Maven-plugin20.85 KB
Pom4.57 KB

[top] / org / apache / maven / plugins / maven-resources-plugin / 2.3

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.
Repository external
Group ID org.apache.maven.plugins
Artifact ID maven-resources-plugin
Version 2.3
Packaging maven-plugin
Parent org.apache.maven.plugins maven-plugins 12 (View)

POM Snippet

    <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-resources-plugin</artifactId>
      <version>2.3</version>
    </plugin>

Other Details

URL http://maven.apache.org/plugins/
Organisation The Apache Software Foundation
Issue Tracker JIRA
Continuous Integration Hudson

SCM

Connection scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.3
Dev. Connection scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-resources-plugin-2.3
Viewer http://svn.apache.org/viewvc/maven/plugins/tags/maven-resources-plugin-2.3