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.
Version3.2.0compared with

Version Details

Provided Changes (1)

3.1.0 3.2.0
ChangeGroup / ArtifactPreviousCurrent
~ Updated org.apache.maven.plugin-tools » maven-plugin-annotations3.5.13.5.2

Runtime Changes (1)

3.1.0 3.2.0
ChangeGroup / ArtifactPreviousCurrent
+ Added org.codehaus.plexus » plexus-interpolation-1.26

Test Changes (5)