Apache
>
Maven
>
Plugins
>
Apache Maven Install Plugin
> Frequently Asked Questions
Last Published: 2014-08-27 | Version: 2.5.2
Overview
Introduction
Goals
Usage
FAQ
License
Download
Examples
Installing Artifact with Custom POM
Generating Generic POM
Creating Checksums
Updating Release Info
Installing to a Specific Local Repository Path
Installing Secondary Artifacts
Project Documentation
Project Information
Project Reports
Maven Projects
Ant Tasks
Archetype
Doxia
JXR
Maven 1.x
Maven 2 & 3
Parent POMs
Plugins
Plugin Tools
SCM
Shared Components
Skins
Surefire
Wagon
ASF
How Apache Works
Foundation
Sponsoring Apache
Thanks
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]