Hi,
thanks a lot for your response.
I have removed the "distributionManagement" from pom.xml as you have 
suggested, but still I am getting the same error but now with the correct 
ID:

*[INFO] [ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-deploy-plugin:3.1.1:deploy (default-deploy) 
on project radargun: Failed to deploy artifacts: Could not transfer 
artifact org.jenkins-ci.plugins:radargun:pom:1.24 from/to 
maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): status code: 
401, reason phrase:  (401) -> [Help 1]*

Best regards,
Anna.

On Friday, September 13, 2024 at 10:40:44 PM UTC+2 [email protected] 
wrote:

> On Fri, Sep 13, 2024 at 10:28 PM Anna Manukyan <[email protected]> wrote:
>
>> I have tried to run simple `mvn deploy` and the command released and 
>> uploaded to Artifactory 1.23-SNAPSHOT release. So I assume that this means 
>> that credentials to Artifactory and uploading mechanism works well. But 
>> then why the release itself doesn't uploaded to Artifactory?
>>
>
> Delete the "distributionManagement" section from your pom.xml. For 
> historical reasons, the name of the repos for deploying is 
> maven.jenkins-ci.org, to which you associated the credentials in your 
> settings.xml, so defining a "repo.jenkins-ci.org" to deploy to will mean 
> you're unauthenticated. Since the pom.xml doesn't also define 
> "snapshotRepository", that's inherited, and has the correct ID.
>
> Relevant documentation: 
> https://www.jenkins.io/doc/developer/publishing/releasing-manually/#artifactory-credentials-for-maven
>  
> see note (1) in the first XML snippet.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/33e805e9-1d38-4bbc-a2d3-04ee667d9dd3n%40googlegroups.com.

Reply via email to