Created
June 14, 2017 01:08
-
-
Save stevenschlansker/3c1790040be66924939752464a5e95c4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[steven@luminol:~/ot-code/service-discovery](master|✔)% grep -C 2 'otj-parent' pom.xml | |
<parent> | |
<groupId>com.opentable</groupId> | |
<artifactId>otj-parent-spring</artifactId> | |
<version>91</version> | |
</parent> | |
[steven@luminol:~/ot-code/service-discovery](master|✔)% mvn clean install -DskipTests | |
... | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 45.600 s | |
[steven@luminol:~/.m2/repository/com/opentable/otj-parent-spring]% rm -rf 57 | |
[steven@luminol:~/ot-code/service-discovery](master|✔)% mvn -o clean install -DskipTests | |
... | |
[ERROR] Failed to execute goal on project discovery-client: Could not resolve dependencies for project com.opentable.service.discovery:discovery-client:jar:0.99.16-SNAPSHOT: Failed to collect dependencies at com.opentable.components:otj-spring:jar:1.1.2: Failed to read artifact descriptor for com.opentable.components:otj-spring:jar:1.1.2: Cannot access opentable (https://artifactory.otenv.com/repo) in offline mode and the artifact com.opentable:otj-parent-spring:pom:57 has not been downloaded from it before. -> [Help 1] | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment