We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbccca commit 1fd68b1Copy full SHA for 1fd68b1
docs/src/main/asciidoc/hibernate-orm.adoc
@@ -1772,6 +1772,10 @@ you must configure it accordingly in your build tool:
1772
<plugin>
1773
<artifactId>maven-compiler-plugin</artifactId>
1774
<configuration>
1775
+ <!-- This setting is required for the annotation processor dependencies to be managed by Quarkus.
1776
+ More information is available in Maven compiler plugin documentation:
1777
+ https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#annotationProcessorPathsUseDepMgmt -->
1778
+ <annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
1779
<annotationProcessorPaths>
1780
<path>
1781
<groupId>org.hibernate.orm</groupId>
0 commit comments