Skip to content

Commit 3fc9e63

Browse files
Merge pull request #610 from jcarranzan/fix/extension-version-pom
Fix annotationProcessorPath resolution for productized builds
2 parents 6bed33b + bea97d3 commit 3fc9e63

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • quarkus-workshop-super-heroes/super-heroes/extension-version

quarkus-workshop-super-heroes/super-heroes/extension-version/deployment/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<plugin>
3131
<artifactId>maven-compiler-plugin</artifactId>
3232
<configuration>
33+
<annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
3334
<annotationProcessorPaths>
3435
<path>
3536
<groupId>io.quarkus</groupId>

quarkus-workshop-super-heroes/super-heroes/extension-version/runtime/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<plugin>
3737
<artifactId>maven-compiler-plugin</artifactId>
3838
<configuration>
39+
<annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
3940
<annotationProcessorPaths>
4041
<path>
4142
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)