-
Bug
-
Resolution: Fixed
-
Minor
-
Docker plugin, latest source
The docker-java version has been updated in the pom.xml, but is not available in the public jenkins repo. This is the output I get from `mvn package`:
[INFO] ------------------------------------------------------------------------ [INFO] Building Docker plugin 0.9-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.nirima.docker-java:docker-java:jar:0.10.5-SNAPSHOT is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.874 s [INFO] Finished at: 2015-01-21T14:56:26+11:00 [INFO] Final Memory: 17M/215M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project docker-plugin: Could not resolve dependencies for project com.nirima:docker-plugin:hpi:0.9-SNAPSHOT: Failure to find com.nirima.docker-java:docker-java:jar:0.10.5-SNAPSHOT in http://repo.jenkins-ci.org/public/ was cached in the local repository, resolution will not be reattempted until the update interval of repo.jenkins-ci.org has elapsed or updates are forced -> [Help 1]
This also occurred when building my pull request: https://github.com/jenkinsci/docker-plugin/pull/141