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

   **[John Dennis 
Casey](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jdcasey)** 
commented
   
   it may be failing to create the directories needed to support the artifact 
inside that repository's layout...for example, if you have:
   
   org.apache.maven.test:test-project:1.0
   
   you'd need permission to issue:
   
   mkdir -p org/apache/maven/test/test-project/1.0
   
   inside your chosen repository location, rather than simply uploading the 
file to the repository's root dir. Can you verify that you're able to do this 
manually?
   
   Also, could you add another comment with the relevant output from the build? 
This **should** include the command lines that are running...(cleaned up to 
remove user/passwords, and protect the innocent, of course ;)
   


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

Reply via email to