You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,12 @@ Add the following dependency to your project's `pom.xml` file:
19
19
</dependency>
20
20
```
21
21
22
-
You will also need to add additional execution entries to the `quarkus-maven-plugin` configuration:
22
+
You will also need to add or update the `quarkus-maven-plugin` configuration with the following:
23
+
24
+
---
25
+
**⚠️**
26
+
You probably already have this configuration if you created your application with the [Quarkus Starter](https://code.quarkus.io/). That said, double-check your configuration not to add another `plugin` entry.
0 commit comments