Skip to content

Commit

Permalink
switches the 1 and 2 points for according to pom's snippet
Browse files Browse the repository at this point in the history
(cherry picked from commit fe26f80)
  • Loading branch information
adrien authored and gsmet committed Mar 10, 2021
1 parent 83cb710 commit a9a305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/building-my-first-extension.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ Your extension is a multi-module project. So let's start by checking out the par
</project>
----

<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

Expand Down

0 comments on commit a9a305e

Please sign in to comment.