Skip to content

Commit bbf301f

Browse files
committed
Quarkus plugin in dependency management
1 parent 4e2721c commit bbf301f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,21 @@
136136
</systemPropertyVariables>
137137
</configuration>
138138
</plugin>
139+
<plugin>
140+
<groupId>io.quarkus</groupId>
141+
<artifactId>quarkus-maven-plugin</artifactId>
142+
<extensions>true</extensions>
143+
<version>${quarkus.platform.version}</version>
144+
<executions>
145+
<execution>
146+
<goals>
147+
<goal>build</goal>
148+
<goal>generate-code</goal>
149+
<goal>generate-code-tests</goal>
150+
</goals>
151+
</execution>
152+
</executions>
153+
</plugin>
139154

140155
</plugins>
141156
</pluginManagement>

0 commit comments

Comments
 (0)