Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created October 1, 2012 10:11
Show Gist options
  • Select an option

  • Save jstrachan/3810697 to your computer and use it in GitHub Desktop.

Select an option

Save jstrachan/3810697 to your computer and use it in GitHub Desktop.
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ camel-blueprint ---
[INFO] Using alternate deployment repository Local_Fabric::default::http://stracmac.home:8181/maven/upload/
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Downloading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121001.101031-1.jar
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121001.101031-1.pom
[WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not find artifact com.mycompany:camel-blueprint:jar:1.0.0-20121001.101031-1 in Local_Fabric (http://stracmac.home:8181/maven/upload/)
[INFO] Retrying deployment attempt 2 of 2
Downloading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121001.101031-1.jar
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121001.101031-1.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.628s
[INFO] Finished at: Mon Oct 01 11:10:31 BST 2012
[INFO] Final Memory: 18M/401M
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "download" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project camel-blueprint: Failed to deploy artifacts: Could not find artifact com.mycompany:camel-blueprint:jar:1.0.0-20121001.101031-1 in Local_Fabric (http://stracmac.home:8181/maven/upload/) -> [Help 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment