VMware Cloud Community
tgoeke
Contributor
Contributor

vCAC 6.0 / vCO 5.5.1 - maven repo not working on vCAC appliance?

I am trying out the vCO plugin SDK.  The vCO server claims it has a maven repository including an archetype for creating plugin projects, but the repo doesn't seem to be working.

Specifically,

mvn archetype:generate -DarchetypeCatalog=https://orchestrator_server:8281/vco-repo/archetype-catalog.xml -DrepoUrl=https://orchestrator_server:8281/vco-repo -Dmaven.repo.remote=https://orchestrator_server:8281/vco-repo -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

does not work.

The error is when trying to pull archetype-catalog.xml, the server is re-directing to https://orchestrator_server:8281-repo/archetype-catalog.xml resulting in a "Bad port number" in maven.

0 Kudos
2 Replies
michaelkearney
Contributor
Contributor

I also tried entering both the http and https versions of the URL in my browser and got a not found.

0 Kudos
iiliev
VMware Employee
VMware Employee

For now, the vCO Maven repo is part of vCO appliance, not of vCAC appliance. In future releases, it may become also part of vCAC/vRA appliance.

0 Kudos