For example if on Apigee Edge there's existing product "HelloWorld-Product", looks like when using apigee-config-maven-plugin update for product "helloworld-product" it will treat this as new product not existing, but when it try to call management api to create (POST) new product "helloworld-product" the management api will return following error:
[ERROR] Apigee call failed 400 Bad Request
{
"code" : "mint.resourceAlreadyExists",
"message" : "Conflicting Product already exists",
"contexts" : [ ]
}
Is this an issue of apigee-config-maven-plugin?