Apache
/
Maven
/
Plugins
/
Apache Maven Install Plugin
/
Frequently Asked Questions
|
Last Published: 2024-08-15
Version: 3.1.3
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
Project Documentation
Project Information
Project Reports
Maven Projects
Maven
Archetypes
Extensions
Parent POMs
Plugins
Skins
Components
Archetype
Artifact Resolver
Doxia
Indexer
JXR
Plugin Testing
Plugin Tools
Resource Bundles
SCM
Shared Components
Surefire
Wagon
ASF
How Apache Works
Foundation
Data Privacy
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]