-
Bug
-
Resolution: Done
-
Major
-
1.5.0.Final, 1.6.0.Final
-
None
-
False
-
False
-
Undefined
-
When generating project using archetype in subject, there's following configuration of quarkus-maven-plugin:
<plugin> <groupId>io.quarkus</groupId> <artifactId>quarkus-maven-plugin</artifactId> <version>1.11.4.Final</version> <executions> <execution> <goals> <goal>build</goal> <goal>generate-code</goal> <goal>generate-code-tests</goal> </goals> </execution> </executions> </plugin>
While instead of the explicit value for plugin version there should be reused property
<quarkus.version>1.11.4.Final</quarkus.version>
This can potentially cause troubles when users are overriding kogito version either in properties section or by passing env property.
The property expansion should be deferred for all properties that are specified in that exact pom.xml in archetype-resources, to prevent such situation in future.
- blocks
-
RHPAM-3702 Project kogito-quarkus-dm-archetype contains hardcoded quarkus version in plugin configuration
- Closed