Skip to content

Commit dd03e8a

Browse files
committed
Updated readme for IDEA
1 parent cffc07c commit dd03e8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@ Testing.
2626
mvn test
2727
```
2828

29+
### Important note
30+
31+
Before you open this project from Intellij IDEA, you need to build project once. Or else, generated source by annotation processor won't be recognized correctly by IDEA.
32+
33+
```
34+
# It will generate target directory
35+
mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true
36+
# After that, open this project from Intellij IDEA.
37+
```
38+
2939
## Tutorial
3040

3141
Under construction...

0 commit comments

Comments
 (0)