apigee / proxy-dependency-maven-plugin

Other
10 stars 9 forks source link

On resolve goal, plugin requires a 'target' directory. #22

Open michaelarusso opened 9 years ago

michaelarusso commented 9 years ago

There could be proxies that do not have any targets, which don't require the 'target' directory. This plugin requires that a target directory be present (even if its empty). Otherwise, you get an exception such as:

[ERROR] Failed to execute goal io.apigee.build-tools.enterprise4g:proxy-dependency-maven-plugin:2.0.0:resolve (default) on project user-mgmt-v1: 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]

ericdahl commented 9 years ago

+1 this issue hit me too

(though it's "targets", not "target")