rundeck-plugins / rundeck-ec2-nodes-plugin

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

Remove local maven repository #7

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.

buildhive commented 11 years ago

Greg Schueler » rundeck-ec2-nodes-plugin #2 SUCCESS This pull request looks good (what's this?)

gschueler commented 11 years ago

in reference to the Gradle bug you linked: if you remove the .m2/repository/commons-logging/commons-logging/1.0.3/ directory, does it still build with mavenLocal() ?

totallyunknown commented 11 years ago

Yep.

buildhive commented 11 years ago

Greg Schueler » rundeck-ec2-nodes-plugin #3 SUCCESS This pull request looks good (what's this?)

gschueler commented 11 years ago

it pulled in your other change to update to rundeck 1.6.0, but that is a need patch as well, thanks :)