Skip to content

Commit 1a2d61e

Browse files
authored
Update README.md
1 parent 3a918df commit 1a2d61e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Gradle is most likely not affected as it usually uses a [Java Toolchain](https:/
6868
IDEs usually have custom support for Annotation Processing.
6969

7070
#### IntelliJ IDEA
71-
7271
Impact varies based on the used build tool.
7372

74-
For Maven:<br/>
73+
##### For Maven
7574
IDEA automatically imports the `-proc:none` argument from Maven if configured correctly.<br/>
76-
However this doesn't disable the Annotation Processors which are defined in Maven `pom.xml`s and they are still executed when building, which leads to errors like `java: java.lang.ClassNotFoundException: org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor`.<br/>
75+
However this doesn't disable the Annotation Processors which are defined in Maven `pom.xml`s (as they are a separate setting in the IDE) and it still tries to run them when building, which leads to errors like `java: java.lang.ClassNotFoundException: org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor`.
76+
7777
[You have to disable them in the settings](https://www.jetbrains.com/help/idea/annotation-processors-support.html).
7878

7979
#### Eclipse

0 commit comments

Comments
 (0)