December 2019
Intermediate to advanced
314 pages
6h 51m
English
Now that Maven has been set up, we can bootstrap our first Quarkus application by means of its Maven plugin. A Maven plugin provides a set of goals that can be executed to compile and build our artifacts or extend our project with some features. Each plugin, like every Maven component, is based on the following coordinates:
You can reference a Maven plugin from the command line by indicating the <groupId>:<artifactId> coordinates. For Quarkus, the <groupId>:<artifactId> ...
Read now
Unlock full access