rundeck-plugins / rundeck-ec2-nodes-plugin

Get resource node data from Amazon EC2
86 stars 45 forks source link

Multiple Maven repos and build failure #6

Closed totallyunknown closed 11 years ago

totallyunknown commented 11 years ago

I think you hit the following Gradle bug:

http://issues.gradle.org/browse/GRADLE-2034

If I try to build the jar, I get the following error:

A problem occurred evaluating root project 'rundeck-ec2-nodes-plugin'. Could not resolve all dependencies for configuration ':pluginLibs'. Artifact 'commons-logging:commons-logging:1.0.3@jar' not found.

The reason is, this specific version isn't in my local repository (I use a newer version in an other project). If I remove the mavenLocal() everything works fine.