Skip to content

Commit eeeefc1

Browse files
committed
Bump vertx5-parent to 4 and adjust compiler processor configuration
1 parent 700272d commit eeeefc1

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

pom.xml

+15-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vertx</groupId>
55
<artifactId>vertx5-parent</artifactId>
6-
<version>3</version>
6+
<version>4</version>
77
</parent>
88

99
<artifactId>vertx-io_uring-incubator</artifactId>
@@ -49,12 +49,17 @@
4949
<!-- Generators -->
5050
<dependency>
5151
<groupId>io.vertx</groupId>
52-
<artifactId>vertx-codegen</artifactId>
52+
<artifactId>vertx-codegen-api</artifactId>
5353
<optional>true</optional>
5454
</dependency>
5555
<dependency>
5656
<groupId>io.vertx</groupId>
57-
<artifactId>vertx-docgen</artifactId>
57+
<artifactId>vertx-codegen-json</artifactId>
58+
<optional>true</optional>
59+
</dependency>
60+
<dependency>
61+
<groupId>io.vertx</groupId>
62+
<artifactId>vertx-docgen-api</artifactId>
5863
<optional>true</optional>
5964
</dependency>
6065

@@ -121,11 +126,14 @@
121126
<executions>
122127
<execution>
123128
<id>default-compile</id>
124-
<phase>compile</phase>
125129
<configuration>
126-
<annotationProcessors>
127-
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
128-
</annotationProcessors>
130+
<annotationProcessorPaths>
131+
<annotationProcessorPath>
132+
<groupId>io.vertx</groupId>
133+
<artifactId>vertx-docgen-processor</artifactId>
134+
<classifier>processor</classifier>
135+
</annotationProcessorPath>
136+
</annotationProcessorPaths>
129137
</configuration>
130138
</execution>
131139
</executions>

0 commit comments

Comments
 (0)