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.