jira-importer commented on issue #552: URL: https://github.com/apache/maven-deploy-plugin/issues/552#issuecomment-2771551132
**[Delany](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=delany)** commented I set a property _<repo.thirdparty>${build.remote}/repository/${build.name}-endorsed</repo.thirdparty>_ and then use that in _<repositories><repository><url>${repo.thirdparty}</url>_ It makes it easier to override. That much is fine. Now I want to deploy to the same repository. I create a new profile with _<distributionManagement><repository><url>${repo.thirdparty}</url>_ which I only activate when provisioning repo.thirdparty with my static JARs. But the deploy-file goal cannot access this URL. -- 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