jira-importer opened a new issue, #586: URL: https://github.com/apache/maven-deploy-plugin/issues/586
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** opened **[MDEPLOY-324](https://issues.apache.org/jira/browse/MDEPLOY-324?redirect=false)** and commented Trying to use maven-deploy-plugin with Maven 4.0.0-beta-4 fail with the following: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1:deploy (default-deploy) on project maven-buch: Execution default-deploy of goal org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1:deploy failed: An API incompatibility was encountered while executing org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1:deploy: java.lang.NoSuchMethodError: 'org.apache.maven.api.Artifact org.apache.maven.api.Project.getPomArtifact()' [ERROR] ----------------------------------------------------- [ERROR] realm = plugin>org.apache.maven.plugins:maven-deploy-plugin:4.0.0-beta-1 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] = file:/Users/khm/.m2/repository/org/apache/maven/plugins/maven-deploy-plugin/4.0.0-beta-1/maven-deploy-plugin-4.0.0-beta-1.jar [ERROR] urls[1] = file:/Users/khm/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/4.0.0-beta-1/maven-plugin-annotations-4.0.0-beta-1.jar [ERROR] Number of foreign imports: 1 [ERROR] import: Entry[import from realm ClassRealm[maven.api.v4, parent: null]] [ERROR] [ERROR] ----------------------------------------------------- [ERROR] [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the '-e' switch [ERROR] Re-run Maven using the '-X' switch to enable verbose output [ERROR] ``` --- **Affects:** 4.0.0-beta-1 **Remote Links:** - [PR #102 ](https://github.com/apache/maven-deploy-plugin/pull/102) -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org