In RHBQ 2.2.5 deployment guide, the deployment instruction is not correct
2. Adding the Quarkus OpenShift extension
~~~
-
- Add the quarkus-openshift extension using the command line:
./mvnw com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.3.Final-redhat-00013:add-extension -Dextensions="io.quarkus:quarkus-openshift"
~~~
- Add the quarkus-openshift extension using the command line:
In fact, the correct command is:
./mvnw com.redhat.quarkus.platform:quarkus-maven-plugin:2.2.5.Final-redhat-0007:add-extension -Dextensions="io.quarkus:quarkus-openshift"