Add deploymentset to existing deploymentproject

webMethods IntegrationServer 10.15 fix8

We are currently using GIT (one repo per IS package) and Jenkins to invoke ABE and Deployer for build and deployment

We are using projectautomator to create repositorybased project with deploymentsets, -maps, -candidates.

We want to achieve this structure in the deploymentproject:

-Project_xxxA
–Deploymentset_xxxA (RepositoryA)
–Deploymentmap_xxxA
–Deploymentcandidate_xxxA
–Deploymentset_xxxB (RepositoryB)
–Deploymentmap_xxxB
–Deploymentcandidate_xxxB
-Project_xxxB
–Deploymentset_xxxC (RepositoryC)
–Deploymentmap_xxxC
–Deploymentcandidate_xxxC
–Deploymentset_xxxD (RepositoryD)
–Deploymentmap_xxxD
–Deploymentcandidate_xxxD

When i try to add a deploymentset to existing project (with overwrite=false) i get an error: “…project already exits”.

Is it possible to check if a deploymentproject already exists and add a deploymentset to it using projectautomator or is there other ways to accomplish it?

Br, Tom