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

   **[Morten 
Kristiansen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=mortenkr)**
 commented
   
   But why is it trying to create tracetracker at /? And it's not using morten 
as user, but maven:
   
   From pom.xml:
   
   \<distributionManagement>
        \<repository>
                \<id>marplerepo\</id>
                \<url>scp://marple.pd.tracetracker.com/repository/maven2\</url>
        \</repository>
   \</distributionManagement>
   
   From ~/.m2/settings.xml
   
   \<servers>
        \<server>
                \<id>marplerepo\</id>
                \<username>maven\</username>
                \<privateKey>/home/morten/.ssh/id_rsa\</privateKey>
        \</server>
   \</servers>
   
   I have also tried setting:
   
   \<filePermissions>664\</filePermissions>
   \<directoryPermissions>777\</directoryPermissions>
   
   but that doesn't work etiher.
   


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