install:install
Full name:
org.apache.maven.plugins:maven-install-plugin:3.0.0:install
Description:
Installs the project's main artifact, and any other artifacts
attached by other plugins in the lifecycle, to the local
repository.
      
Attributes:
- Requires a Maven project to be executed.
 - The goal is thread-safe and supports parallel builds.
 - Binds by default to the lifecycle phase: 
install. 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
<installAtEnd> | 
            
boolean | 
            
2.5 | 
            
Whether every project should be installed during its own
install-phase or at the end of the multimodule build. If set to
true and the build fails, none of the reactor projects
is installed. (experimental)Default value is: false.User property is: installAtEnd. | 
          
<skip> | 
            
boolean | 
            
2.4 | 
            
Set this to true to bypass artifact installation. Use
this for artifacts that do not need to be installed in the local
repository.Default value is: false.User property is: maven.install.skip. | 
          
Parameter Details
<installAtEnd>
Whether every project should be installed during its own
install-phase or at the end of the multimodule build. If set to
        
true and the build fails, none of the reactor projects
is installed. (experimental)- Type: 
boolean - Since: 
2.5 - Required: 
No - User Property: 
installAtEnd - Default: 
false 
<skip>
Set this to 
        
true to bypass artifact installation. Use
this for artifacts that do not need to be installed in the local
repository.- Type: 
boolean - Since: 
2.4 - Required: 
No - User Property: 
maven.install.skip - Default: 
false 


