I have come to a problem which I'm not exactly sure how to resolve.
Following the fabric8.io manual I have configured the maven plugin and placed every single configuration bit where it should be placed.
However once I execute the mvn fabric8:deploy I always get:
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:
deploy (default-cli) on project ag: Failed to retrieve remote metadata com.compa
ny.ag:ag:0.1-00.00.B01-SNAPSHOT/maven-metadata.xml: Could not transfer metadata
com.company.ag:ag:0.1-00.00.B01-SNAPSHOT/maven-metadata.xml from/to fabric8.uplo
ad.repo (http://127.0.0.1:8181/maven/upload/): Error transferring file: Server
returned HTTP response code: 503 for URL: http://127.0.0.1:8181/maven/upload/co
m/company/ag/ag/0.1-00.00.B01-SNAPSHOT/maven-metadata.xml -> [Help 1]
Any suggestion would be really helpful.
Thanks a lot, Tiho