Skip to content

Commit d3cb367

Browse files
committed
Added warning to README.md
1 parent 188c4d7 commit d3cb367

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Add the following dependency to your project's `pom.xml` file:
1919
</dependency>
2020
```
2121

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+
If you created your application with the [Quarkus Starter](https://code.quarkus.io/), you probably already have this configuration. Pay attention to not duplicate it.
27+
---
2328

2429
```xml
2530

0 commit comments

Comments
 (0)