rgdoliveira opened a new issue, #2753:
URL: https://github.com/apache/incubator-kie-tools/issues/2753
Per quarkus maven tooling documentation [1], it is suggested to invoke
quarkus-maven plugin like:
```
<groupId>${quarkus.platform.group-id}</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>${quarkus.platform.version}</version>
```
I suggest we parametrize the groupdID of quarkus in the images, where it is
currently hardcoded to `io.quarkus.platform` (see [2] as an example). Note that
the groupId could be either io.quarkus or io.quarkus.platform
[1] https://quarkus.io/guides/maven-tooling
[2]
https://github.com/apache/incubator-kie-tools/blob/main/packages/sonataflow-image-common/resources/modules/sonataflow/common/scripts/added/add-extension.sh#L50
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]