is not current version
Last Version 3.2.0

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugins
ArtifactId

ArtifactId

maven-resources-plugin
Version

Version

3.1.0
Type

Type

maven-plugin

Download maven-resources-plugin 3.1.0


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