Describe the bug
Openshift manifest generated by the Quarkus 1.11.1 contains malformed url of the git repo when ssh is used.
Expected behavior
Openshift manifest generated by the Quarkus contains value provided by git like ssh://git@fqhn:port/path/repo.git
Actual behavior
Actual value in the generated manifest https://fqhn/port/path/repo.git
To Reproduce
mvn clean package on a Quarkus project where the remote repo is accessed over ssh then check the generated Openshift Manifests in target/kubernetes/openshift.[yml|json]
Describe the bug Openshift manifest generated by the Quarkus 1.11.1 contains malformed url of the git repo when ssh is used.
Expected behavior Openshift manifest generated by the Quarkus contains value provided by git like
ssh://git@fqhn:port/path/repo.git
Actual behavior Actual value in the generated manifest
https://fqhn/port/path/repo.git
To Reproduce
mvn clean package
on a Quarkus project where the remote repo is accessed over ssh then check the generated Openshift Manifests intarget/kubernetes/openshift.[yml|json]
Result of git remote -v
Configuration
Screenshots (If applicable, add screenshots to help explain your problem.)
Environment (please complete the following information):
uname -a
orver
: OS name: "linux", version: "3.10.0-1160.11.1.el7.x86_64", arch: "amd64", family: "unix"java -version
: openjdk version "11.0.9.1" 2020-11-04 LTSmvnw --version
orgradlew --version
): Apache Maven 3.6.3Additional context
https://github.com/quarkusio/quarkus/issues/14827
$upstream:14827$