jira-importer commented on issue #154: URL: https://github.com/apache/maven-install-plugin/issues/154#issuecomment-2771841788
**[Ivan Bondarenko](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=buzzeri)** commented 1) Global aim we want to achieve is following: all artifacts must be installed to local repository. As for deploying to remote repository, in some cases we want to deploy sources, in some we don't. If we don't, we just not attaching 'sources' artifact and install it with 'install-file'. If we do want, we install with 'install' and switch off 'install-file' (what we cannot do right now). In fact, some 'un-attach-artifact' mojo may be better practice here, but there is not such plugin. So 'skip' parameter in 'install-file' will be quite good solution. 2) In fact if my will, I would make 'skip' and maybe some other parameters mandatory for all mojos. 3) 'skip' will be disabled by default, so users may not even know about new change. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
