-
Bug
-
Resolution: Done
-
Critical
-
7.11.0.GA
-
None
-
False
-
False
-
Release Notes
-
CR1
-
-
-
-
-
-
CR2
-
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.
- is blocked by
-
KOGITO-5140 Quarkus archetype - defer expansion of properties with versions
- Closed