We have a set of files that we would like to deploy to artifactory, test results specifically. Files which match the following pattern seem to consistently produce a 409 rejected the resolution of an artifact due to conflict in the snapshot release handling policy
. The file follows the format abcxyz-test-results.json
. We have other result files that are just test-results.json
that upload just fine. It is worth noting that all other artifacts upload successfully until the 409 is encountered.
Our repository uses the maven-2-default repository layout. The include regex is set to **/*
and we do not define any exclusion. My next step is to increase the verbosity of the logging that Artifactory produces when we encounter this error but I am not sure if that will be fruitful.
I am at a loss as to what about the snapshot handling policy we are violating with this file. Any ideas about what debugging steps I can take, or what the actual conflict might be would be greatly appreciated.