Full name:
org.apache.maven.plugins:maven-install-plugin:4.0.0-beta-1:install
Description:
Installs the project's main artifact, and any other artifacts attached by other plugins in the lifecycle, to the local repository.
Attributes:
install
.Name | Type | Since | Description |
---|---|---|---|
<allowIncompleteProjects> |
boolean |
3.1.1 |
Set this to true to allow incomplete project processing. By default, such projects are forbidden and Mojo will fail to process them. Incomplete project is a Maven Project that has any other packaging than "pom" and has no main artifact packaged. In the majority of cases, what user really wants here is a project with "pom" packaging and some classified artifact attached (typical example is some assembly being packaged and attached with classifier). |
<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) |
<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. |
true
to allow incomplete project processing. By default, such projects are forbidden and Mojo will fail to process them. Incomplete project is a Maven Project that has any other packaging than "pom" and has no main artifact packaged. In the majority of cases, what user really wants here is a project with "pom" packaging and some classified artifact attached (typical example is some assembly being packaged and attached with classifier).boolean
3.1.1
No
true
and the build fails, none of the reactor projects is installed. (experimental)boolean
2.5
No
true
to bypass artifact installation. Use this for artifacts that do not need to be installed in the local repository.boolean
2.4
No