Use the Quarkus Maven plugin adding the following sections to the pom.xml file:
<properties>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.1.0.Final</quarkus.platform.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>$</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>$</version>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>build</goal>
<goal>generate-code</goal>
<goal>generate-code-tests</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Use the Quarkus Maven plugin adding the following sections to the pom.xml file:
<properties>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.1.0.Final</quarkus.platform.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>$</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>$</version>
<extensions>true</extensions>
<executions>
<execution>
<goals>
<goal>build</goal>
<goal>generate-code</goal>
<goal>generate-code-tests</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow