Apache Maven Install Plugin
Last Published: 2024-06-26
|
Version: 4.0.0-beta-1
Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Installing Artifact with Custom POM
Generating Generic POM
Installing to a Specific Local Repository Path
Installing Secondary Artifacts
Frequently Asked Questions
Can I use the
install:install-file
goal to install artifacts to my remote repository?
Can I use the
install:install-file
goal to install artifacts to my remote repository?
No. You need to use
deploy:deploy-file
instead.
[top]