Skip to content

Instantly share code, notes, and snippets.

@jstrachan
Created September 28, 2012 15:13
Show Gist options
  • Select an option

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

Select an option

Save jstrachan/3800445 to your computer and use it in GitHub Desktop.
[INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ camel-blueprint ---
[INFO] Installing com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/camel-blueprint-1.0.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[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/
Downloading: http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml from/to Local_Fabric (http://stracmac.home:8181/maven/upload/): Failed to transfer http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml. Error code 400, Filename:maven-metadata.xml doesn't match the artifactId:camel-blueprint and version:1.0.0-SNAPSHOT.
[WARNING] Encountered issue during deployment: Failed to retrieve remote metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml from/to Local_Fabric (http://stracmac.home:8181/maven/upload/): Failed to transfer http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml. Error code 400, Filename:maven-metadata.xml doesn't match the artifactId:camel-blueprint and version:1.0.0-SNAPSHOT.
[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
[WARNING] Could not transfer metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml from/to Local_Fabric (http://stracmac.home:8181/maven/upload/): Failed to transfer http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml. Error code 400, Filename:maven-metadata.xml doesn't match the artifactId:camel-blueprint and version:1.0.0-SNAPSHOT.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44.407s
[INFO] Finished at: Fri Sep 28 16:08:00 BST 2012
[INFO] Final Memory: 18M/383M
[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 retrieve remote metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata com.mycompany:camel-blueprint:1.0.0-SNAPSHOT/maven-metadata.xml from/to Local_Fabric (http://stracmac.home:8181/maven/upload/): Failed to transfer http://stracmac.home:8181/maven/upload/com/mycompany/camel-blueprint/1.0.0-SNAPSHOT/maven-metadata.xml. Error code 400, Filename:maven-metadata.xml doesn't match the artifactId:camel-blueprint and version:1.0.0-SNAPSHOT. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment