You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,12 @@ Gradle is most likely not affected as it usually uses a [Java Toolchain](https:/
68
68
IDEs usually have custom support for Annotation Processing.
69
69
70
70
#### IntelliJ IDEA
71
-
72
71
Impact varies based on the used build tool.
73
72
74
-
For Maven:<br/>
73
+
##### For Maven
75
74
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
+
77
77
[You have to disable them in the settings](https://www.jetbrains.com/help/idea/annotation-processors-support.html).
0 commit comments