jira-importer commented on issue #551: URL: https://github.com/apache/maven-deploy-plugin/issues/551#issuecomment-2771551046
**[sylvain mouquet](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mouquet)** commented sorry it's parrallisation. I have this pom : ``` <groupId>com.maven</groupId> <artifactId>parent-pom</artifactId> <version>1.66.0-SNAPSHOT</version> <packaging>pom</packaging> <profile> <profile> <id>module_front</id> <modules> <module>module-front</module> </modules> </profile> <profile> <id>module_api</id> <modules> <module>module-api</module> </modules> </profile> </profiles> ``` i run : ``` mvn deploy -Pmodule_front mvn deploy -Pmodule_api ``` the first mvn deploy will push the pom parent in the remote repository. the second mvn deploy will fail because the pom parent already exists dans the remote repository not accept to override a file -- 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