Skip to content

Commit 1fd68b1

Browse files
committed
Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs
* Adding Maven compile plugin configuration ensuring that the dependencies of annotation processor are managed by Quarkus to Jakarta Data docs.
1 parent 4fbccca commit 1fd68b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/main/asciidoc/hibernate-orm.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1772,6 +1772,10 @@ you must configure it accordingly in your build tool:
17721772
<plugin>
17731773
<artifactId>maven-compiler-plugin</artifactId>
17741774
<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>
17751779
<annotationProcessorPaths>
17761780
<path>
17771781
<groupId>org.hibernate.orm</groupId>

0 commit comments

Comments
 (0)