On Thu, Aug 7, 2025 at 3:16 PM Tony Noble <[email protected]> wrote:

> 409 is 'conflict'
>
> Sadly maven doesn't propagate the full error message, but in Artifactory
> terms, 409 usually means one of:
>
> - The artifact/version already exists in a repository where immutability
> is set (quite likely for releases)
> - Artifactory is detecting that the group and id of the artifact being
> deployed does not match the group/id location it is being deployed to (and
> enforcement is enabled)
>

For posterity:
In my experience it usually means that you try to deploy a snapshot to a
repo only accepting releases. Running `mvn validate help:evaluate
-Dexpression=project.version -Dset.changelist -Dignore.dirt` would tell you
in that case whether the version looks as expected.

-- 
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 visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAMo7PtKwFG%2BdUYzLffK4_kwDfeHdVr8-cePu4hVsYoaOMrQXXw%40mail.gmail.com.

Reply via email to