Skip to content

Commit 13e255e

Browse files
committed
Note about quarkus-extension-processor groupId
1 parent e4eec46 commit 13e255e

File tree

1 file changed

+1
-0
lines changed
  • 024-quarkus-extension-with-many-classes-to-register/deployment

1 file changed

+1
-0
lines changed

024-quarkus-extension-with-many-classes-to-register/deployment/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<configuration>
3131
<annotationProcessorPaths>
3232
<path>
33+
<!-- needs to be io.quarkus, not available under platform groupId -->
3334
<groupId>io.quarkus</groupId>
3435
<artifactId>quarkus-extension-processor</artifactId>
3536
<version>${quarkus.platform.version}</version>

0 commit comments

Comments
 (0)