Skip to content

Instantly share code, notes, and snippets.

@boucher
Created May 28, 2016 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boucher/1a9beb22ac3cbadf858a82f4db05c0f2 to your computer and use it in GitHub Desktop.
Save boucher/1a9beb22ac3cbadf858a82f4db05c0f2 to your computer and use it in GitHub Desktop.
root@ci-2:~/blueocean-plugin/blueocean-plugin# mvn hpi:run
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building BlueOcean :: Jenkins Plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-hpi-plugin:1.117:run (default-cli) @ blueocean-plugin >>>
[WARNING] The POM for io.jenkins.blueocean:blueocean-dashboard:jar:1.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for io.jenkins.blueocean:blueocean-web:jar:1.0-SNAPSHOT is missing, no dependency information available
[WARNING] The POM for io.jenkins.blueocean:blueocean-rest:jar:1.0-SNAPSHOT is missing, no dependency information available
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.157s
[INFO] Finished at: Sat May 28 09:34:04 EDT 2016
[INFO] Final Memory: 23M/222M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project blueocean-plugin: Could not resolve dependencies for project io.jenkins.blueocean:blueocean-plugin:hpi:1.0-SNAPSHOT: The following artifacts could not be resolved: io.jenkins.blueocean:blueocean-dashboard:jar:1.0-SNAPSHOT, io.jenkins.blueocean:blueocean-web:jar:1.0-SNAPSHOT, io.jenkins.blueocean:blueocean-rest:jar:1.0-SNAPSHOT: Failure to find io.jenkins.blueocean:blueocean-dashboard:jar:1.0-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]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment