File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 6565 </dependency >
6666 </dependencies >
6767
68+ <build >
69+ <plugins >
70+ <plugin >
71+ <groupId >io.quarkus.platform</groupId >
72+ <artifactId >quarkus-maven-plugin</artifactId >
73+ <extensions >true</extensions >
74+ <executions >
75+ <execution >
76+ <goals >
77+ <goal >build</goal >
78+ <goal >generate-code</goal >
79+ <goal >generate-code-tests</goal >
80+ </goals >
81+ </execution >
82+ </executions >
83+ </plugin >
84+ </plugins >
85+ </build >
86+
6887 <profiles >
6988 <profile >
7089 <id >test-coverage</id >
Original file line number Diff line number Diff line change 8888
8989 <build >
9090 <plugins >
91+ <plugin >
92+ <groupId >io.quarkus.platform</groupId >
93+ <artifactId >quarkus-maven-plugin</artifactId >
94+ <version >${quarkus.platform.version} </version >
95+ </plugin >
96+
9197 <!-- Make sure to use the latest compiler and surefire plugins
9298 (their versions otherwise depends on the Maven version in use). -->
9399 <plugin >
You can’t perform that action at this time.
0 commit comments