Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 874 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 874 Bytes

maven-upload-plugin

Overview

This is a Maven plugin to upload build results via SCP to a server for download. It is especially useful when you need to deploy artifacts beyond jars and docs, e.g. when building Eclipse/RCP applications.

License

maven-upload-plugin is licensed under GNU LGPL 3.0.

Usage#

	<parent>
		<groupId>eu.ralph-schuster</groupId>
		<artifactId>uploadfiles-maven-plugin</artifactId>
		<version>1.3.0</version>
	</parent>

Documentation

Contribution

Report a bug or request an enhancement at the Jira Issue Tracker.