Skip to content

Instantly share code, notes, and snippets.

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 keyboardsamurai/0b2424679c60c1ec048b028c7ad5922e to your computer and use it in GitHub Desktop.
Save keyboardsamurai/0b2424679c60c1ec048b028c7ad5922e to your computer and use it in GitHub Desktop.
Command line result of deploying a service with a cloud contract stub through 'mvn deploy'
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml
Uploaded: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.4 kB/s)
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml
Uploaded: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.6 kB/s)
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml
Uploaded: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/maven-metadata.xml (1.0 kB at 3.5 kB/s)
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/maven-metadata.xml
Uploaded: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/maven-metadata.xml (351 B at 1.2 kB/s)
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/maven-metadata.xml
Uploaded: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/maven-metadata.xml (351 B at 692 B/s)
Uploading: https://artifactory.acme.com/artifactory/libs-snapshot-local/com/acme/foobar/core/foobar-gizmo-service/0.0.1-SNAPSHOT/foobar-gizmo-service-0.0.1-20170526.081706-2-stubs.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:29 min
[INFO] Finished at: 2017-05-26T10:21:03+02:00
[INFO] Final Memory: 69M/419M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project foobar-gizmo-service: Failed to deploy artifacts: Could not find artifact com.acme.foobar.core:foobar-gizmo-service:jar:stubs:0.0.1-20170526.081706-2 in snapshots (https://artifactory.acme.com/artifactory/libs-snapshot-local) -> [Help 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment