slawekjaranowski commented on code in PR #57: URL: https://github.com/apache/maven-install-plugin/pull/57#discussion_r1143444062
########## src/main/java/org/apache/maven/plugins/install/InstallMojo.java: ########## @@ -82,6 +82,18 @@ public class InstallMojo extends AbstractMojo { @Parameter(property = "maven.install.skip", defaultValue = "false") private boolean skip; + /** + * Set this to <code>true</code> 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). + * + * @since 3.1.1 Review Comment: 3.2.0 - as we add new feature 😄 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org