Skip to content

Commit

Permalink
Update to vertx5-parent
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 17, 2024
1 parent c51c7a8 commit 4857f6f
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-ext-parent</artifactId>
<version>38</version>
<artifactId>vertx5-parent</artifactId>
<version>3</version>
</parent>

<artifactId>vertx-zookeeper</artifactId>
Expand Down Expand Up @@ -217,15 +217,16 @@
<pluginManagement>
<plugins>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>generate-sources</id>
<id>default-compile</id>
<phase>compile</phase>
<configuration>
<optionMap>
<curator.version>${curator.version}</curator.version>
</optionMap>
<annotationProcessors>
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
</annotationProcessors>
</configuration>
</execution>
</executions>
Expand All @@ -249,8 +250,22 @@
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<id>package-docs</id>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>


<profiles>
<profile>
<id>coverage</id>
Expand Down

0 comments on commit 4857f6f

Please sign in to comment.