Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevenschlansker/3c1790040be66924939752464a5e95c4 to your computer and use it in GitHub Desktop.
Save stevenschlansker/3c1790040be66924939752464a5e95c4 to your computer and use it in GitHub Desktop.
[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