Apigee proxy-dependency-maven-plugin giving error

Not applicable

I am trying to deploy proxy which has proxy dependency maven plugin. It is failing with below error :

Failed to execute goal io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.0.0:resolve (default) on project OAuth-Bearer-Server: Execution default of goal io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.0.0:resolve failed: Parameter 'directory' is not a directory -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.0.0:resolve (default) on project OAuth-Bearer-Server: Execution default of goal io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.0.0:resolve failed: Parameter 'directory' is not a directory

Any idea what could be the reason?

0 2 510
2 REPLIES 2

Not applicable
@sriki77

, @Madhan Sadasivam, @Diego Zuluaga could you please help ?

This is caused due to missing target directory in the API bundle. The presence of the directory is mandatory even if there is no target endpoint required in the API.