Skip to content

Commit 9a40c9b

Browse files
Merge pull request #11 from hbelmiro/improve-doc
Added warning to README.md
2 parents 188c4d7 + 1790c38 commit 9a40c9b

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+
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.
27+
---
2328

2429
```xml
2530

0 commit comments

Comments
 (0)