Skip to content

Commit d9c5a2c

Browse files
author
Dennis Labordus
committed
Added reference to use of MapStruct in IDEs.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 28c5f35 commit d9c5a2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DEVELOPING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ As a simple yet instructive example, consider ...
101101
```
102102

103103
## IDEs
104-
If your IDE is supported by sonarlint (both IntelliJ IDEA and the Eclipse IDE are supported), it is recommended to install it. It provides immediate feedback on most sonar issues. Running tests individually is often possible in IDEs without invoking maven. Please consult the documentation of your IDE for setting up the project through maven integration.
104+
If your IDE is supported by sonarlint (both IntelliJ IDEA and the Eclipse IDE are supported), it is recommended to install it.
105+
It provides immediate feedback on most sonar issues. Running tests individually is often possible in IDEs without invoking maven.
106+
Please consult the documentation of your IDE for setting up the project through maven integration.
107+
108+
For MapStruct there are plugins available for both IDEs mentioned below. See this [page](https://mapstruct.org/documentation/ide-support/).
105109

106110
### Intellij IDEA
107111
Import the project using IDEA's maven integration in the GUI. Install SonarLint. Code!

0 commit comments

Comments
 (0)