jira-importer commented on issue #359:
URL: 
https://github.com/apache/maven-deploy-plugin/issues/359#issuecomment-2771534140

   **[J. 
Carrothers](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jcarrothers)**
 commented
   
   It appears the root cause of my issue is the following build extension 
defined by one of the parent POMs of one of the projects which is being 
deployed.  
   \<extension>
   \<groupId>org.apache.maven.wagon\</groupId>
   \<artifactId>wagon-webdav\</artifactId>
   \<version>1.0-beta-2\</version>
   \</extension>
   
   I'm uncertain if this is a problem with Maven, with the deployment plugin, 
or with the extension, but the problem persists, even if I use, what I believe 
is, the latest version:
   
   \<extension>
        \<groupId>org.apache.maven.wagon\</groupId>
        \<artifactId>wagon-webdav-jackrabbit\</artifactId>
        \<version>2.7\</version>
   \</extension>
   


-- 
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]

Reply via email to