Last Version

Apache Maven Resources Plugin 3.2.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 with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugins
ArtifactId

ArtifactId

maven-resources-plugin
Version

Version

3.2.0
Type

Type

maven-plugin
Description

Description

Apache Maven Resources Plugin
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 with the main source code while the test resources are associated with the test source code. Thus, this allows the separation of resources for the main source code and its unit tests.
Project URL

Project URL

https://maven.apache.org/plugins/maven-resources-plugin/
Project Organization

Project Organization

The Apache Software Foundation
Source Code Management

Source Code Management

https://github.com/apache/maven-resources-plugin/tree/maven-resources-plugin-3.2.0

Download maven-resources-plugin 3.2.0


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

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.1.0
org.apache.maven : maven-core jar 3.1.0
org.apache.maven : maven-model jar 3.1.0
org.codehaus.plexus : plexus-component-annotations jar 2.0.0
org.eclipse.sisu : org.eclipse.sisu.plexus jar 0.0.0.M2a
org.apache.maven.shared : maven-filtering jar 3.2.0
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.8.1

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

runtime (1)

Group / Artifact Type Version
org.codehaus.plexus : plexus-interpolation jar 1.26

test (5)

Group / Artifact Type Version
org.apache.maven : maven-compat jar 3.1.0
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.1.0
junit : junit jar 4.13
org.codehaus.plexus : plexus-utils jar 3.3.0
org.eclipse.aether : aether-api jar 0.9.0.M2

Project Modules

There are no modules declared in this project.