Maven deploy Plugin

From NovaOrdis Knowledge Base
Revision as of 16:06, 18 November 2016 by Ovidiu (talk | contribs) (Created page with "=External= * http://maven.apache.org/plugins/maven-deploy-plugin/ =Internal= * Maven =Overview= The deploy plugin copies artifacts into a ''remote reposi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

The deploy plugin copies artifacts into a remote repository (the install plugin copies artifacts into a remote repository). It uses the information in the POM (groupId, artifactId, version) to determine the proper location for the artifact within the local repository. It can also be used as a detached tool to copy arbitrary files into the repository.