Skip to content

Instantly share code, notes, and snippets.

@rclements
Created November 22, 2017 15:38
Show Gist options
  • Save rclements/bb3dadfa81c89c08dfa5c1aabef962f5 to your computer and use it in GitHub Desktop.
Save rclements/bb3dadfa81c89c08dfa5c1aabef962f5 to your computer and use it in GitHub Desktop.
(=0cc26c) [email protected] ~/js/frontend> bin/run
INFO: Using docker socket (/var/run/docker.sock) rather than docker-machine's VM.
INFO: If you get certificate errors pulling from the docker repo try this command to add the public cert to your Mac's keychain
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain src/main/config/gistrepo.pub.crt
frontend_dbtest_1 is up-to-date
frontend_solrtest_1 is up-to-date
frontend_db_1 is up-to-date
frontend_rserve_1 is up-to-date
frontend_solr_1 is up-to-date
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/gov/ornl/gist/spring-boot-web-parent/1.20.0/spring-boot-web-parent-1.20.0.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for gov.ornl.gist:wstamp:1.11.1: Could not find artifact gov.ornl.gist:spring-boot-web-parent:pom:1.20.0 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at no local POM @ line 11, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project gov.ornl.gist:wstamp:1.11.1 (/Users/rclements/js/frontend/pom.xml) has 1 error
[ERROR] Non-resolvable parent POM for gov.ornl.gist:wstamp:1.11.1: Could not find artifact gov.ornl.gist:spring-boot-web-parent:pom:1.20.0 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at no local POM @ line 11, column 13 -> [Help 2]
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment