org.apache.maven.plugins:maven-deploy-plugin (2.7)

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-deploy-plugin</artifactId>
	<version>2.7</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=org.apache.maven.plugins:maven-deploy-plugin:2.7

About this package

Uploads the project artifacts to the internal remote repository.

Dependencies

org.apache.maven:maven-plugin-api
${mavenVersion}
org.apache.maven:maven-project
${mavenVersion}
org.apache.maven:maven-model
${mavenVersion}
org.apache.maven:maven-artifact
${mavenVersion}
org.codehaus.plexus:plexus-utils
1.5.6
org.apache.maven.plugin-testing:maven-plugin-testing-harness
1.2
junit:junit
3.8.2
Details
Maven
2026-02-24 13:44:25 +00:00
0
Maven Deploy Plugin
32 KiB
Assets (2)
Versions (1) View all
2.7 2026-02-24