From fe26f80f0cb28a78683366290e7952d97c3726b7 Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 10 Mar 2021 15:50:49 +0100 Subject: [PATCH] switches the 1 and 2 points for according to pom's snippet --- docs/src/main/asciidoc/building-my-first-extension.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/building-my-first-extension.adoc b/docs/src/main/asciidoc/building-my-first-extension.adoc index ff1a5d06250fd..f2a2bacc0ec02 100644 --- a/docs/src/main/asciidoc/building-my-first-extension.adoc +++ b/docs/src/main/asciidoc/building-my-first-extension.adoc @@ -216,8 +216,8 @@ Your extension is a multi-module project. So let's start by checking out the par ---- -<1> Quarkus requires a recent version of the Maven compiler plugin supporting the annotationProcessorPaths configuration. -<2> Your extension declares 2 sub-modules `deployment` and `runtime`. +<1> Your extension declares 2 sub-modules `deployment` and `runtime`. +<2> Quarkus requires a recent version of the Maven compiler plugin supporting the annotationProcessorPaths configuration. <3> The `quarkus-bom` aligns your dependencies with those used by Quarkus during the augmentation phase. <4> Quarkus requires these configs to run tests properly