jira-importer commented on issue #441: URL: https://github.com/apache/maven-deploy-plugin/issues/441#issuecomment-2771541084
**[Wendy Smoak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wsmoak)** commented Hi Vincent. You can use the following configuration to skip deployment of the main artifact: <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.4-SNAPSHOT</version> <configuration> <skip>true</skip> </configuration> </plugin> Updated docs will show up here soon: http://maven.apache.org/plugins/maven-deploy-plugin-2.4-SNAPSHOT -- 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