jira-importer commented on issue #486: URL: https://github.com/apache/maven-deploy-plugin/issues/486#issuecomment-2771545006
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented The plugin responsible for packaging the artifact (`maven-jar-plugin`,`maven-war-plugin`, etc) will attach the file(s) to the `MavenProject` instance, so that the following plugins can `install` or `deploy` these files. It is not the `maven-install-plugin` or `maven-deploy-plugin` who has the knowlegde which files are packaged and attached. For that reason `deploy:deploy` won't work, but `jar:jar deploy:deploy` probably would. -- 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]
