Created
October 3, 2012 08:39
-
-
Save jstrachan/3825833 to your computer and use it in GitHub Desktop.
This file contains 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
[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-20121003.083620-1.jar | |
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121003.083620-1.pom | |
[WARNING] Encountered issue during deployment: Failed to deploy artifacts: Could not find artifact com.mycompany:camel-blueprint:jar:1.0.0-20121003.083620-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-20121003.083620-1.jar | |
Uploading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-20121003.083620-1.pom | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 13.031s | |
[INFO] Finished at: Wed Oct 03 09:36:20 BST 2012 | |
[INFO] Final Memory: 19M/413M | |
[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-20121003.083620-1 in Local_Fabric (http://stracmac.home:8181/maven/upload/) -> [Help 1] | |
[ERROR] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment