Describe the bug
When uber-jar packaging is selected then the generated openshift manifest contains in the cp argument list of nonexisting files /deployments/lib/* like in the legacy-jar packaging case.
Expected behavior
cp argument with list of dependencies is not part of the arguments when uber-jar packaging is active.
To Reproduce
'mvn clean package` on a Quarkus project where uber-jar packaking is selected then check the generated Openshift Manifests in target/kubernetes/openshift.(yml|json).
Describe the bug When uber-jar packaging is selected then the generated openshift manifest contains in the cp argument list of nonexisting files
/deployments/lib/*
like in the legacy-jar packaging case.Expected behavior cp argument with list of dependencies is not part of the arguments when uber-jar packaging is active.
To Reproduce 'mvn clean package` on a Quarkus project where uber-jar packaking is selected then check the generated Openshift Manifests in target/kubernetes/openshift.(yml|json).
Configuration
Environment (please complete the following information):
java -version
: openjdk version "11.0.9.1" 2020-11-04 LTSmvnw --version
orgradlew --version
): Apache Maven 3.6.3https://github.com/quarkusio/quarkus/issues/14844
$upstream:14844$