org.apache.maven.plugins:maven-resources-plugin (2.6)

Published 2026-02-24 13:44:25 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-resources-plugin</artifactId>
	<version>2.6</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugins:maven-resources-plugin:2.6

About this package

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.

Dependencies

org.apache.maven:maven-plugin-api
${mavenVersion}
org.apache.maven:maven-project
${mavenVersion}
org.apache.maven:maven-core
${mavenVersion}
org.apache.maven:maven-artifact
${mavenVersion}
org.apache.maven:maven-settings
${mavenVersion}
org.apache.maven:maven-model
${mavenVersion}
org.apache.maven:maven-monitor
${mavenVersion}
org.codehaus.plexus:plexus-container-default
1.0-alpha-9-stable-1
org.apache.maven.plugin-tools:maven-plugin-annotations
${mavenPluginPluginVersion}
org.codehaus.plexus:plexus-utils
2.0.5
org.apache.maven.shared:maven-filtering
${mavenFilteringVersion}
org.codehaus.plexus:plexus-interpolation
1.13
org.apache.maven.shared:maven-plugin-testing-harness
1.0-beta-1
commons-io:commons-io
1.4
Details
Maven
2026-02-24 13:44:25 +00:00
1
Maven Resources Plugin
37 KiB
Assets (2)
Versions (1) View all
2.6 2026-02-24