Maven Plugin

Apache Maven Resources Plugin

Downloads

Maven-plugin30.82 KB
Pom7.00 KB

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

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 3.1.0
Packaging maven-plugin
Parent org.apache.maven.plugins maven-plugins 31 (View)

POM Snippet

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

Other Details

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

SCM

Connection scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
Dev. Connection scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
Viewer https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}