Skip to content

Commit bbde668

Browse files
committed
Update to vertx5-parent
1 parent f9157d3 commit bbde668

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed

pom.xml

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121

2222
<parent>
2323
<groupId>io.vertx</groupId>
24-
<artifactId>vertx-ext-parent</artifactId>
25-
<version>38</version>
24+
<artifactId>vertx5-parent</artifactId>
25+
<version>3</version>
2626
</parent>
2727

2828
<artifactId>vertx-redis-client</artifactId>
@@ -89,6 +89,41 @@
8989
</dependency>
9090
</dependencies>
9191

92+
<build>
93+
<pluginManagement>
94+
<plugins>
95+
<plugin>
96+
<artifactId>maven-compiler-plugin</artifactId>
97+
<executions>
98+
<execution>
99+
<id>default-compile</id>
100+
<phase>compile</phase>
101+
<configuration>
102+
<annotationProcessors>
103+
<annotationProcessor>io.vertx.codegen.CodeGenProcessor</annotationProcessor>
104+
<annotationProcessor>io.vertx.docgen.JavaDocGenProcessor</annotationProcessor>
105+
</annotationProcessors>
106+
</configuration>
107+
</execution>
108+
</executions>
109+
</plugin>
110+
</plugins>
111+
</pluginManagement>
112+
<plugins>
113+
<plugin>
114+
<artifactId>maven-assembly-plugin</artifactId>
115+
<executions>
116+
<execution>
117+
<id>package-docs</id>
118+
<goals>
119+
<goal>single</goal>
120+
</goals>
121+
</execution>
122+
</executions>
123+
</plugin>
124+
</plugins>
125+
</build>
126+
92127
<profiles>
93128
<profile>
94129
<id>IT</id>
@@ -97,7 +132,6 @@
97132
<plugin>
98133
<groupId>org.apache.maven.plugins</groupId>
99134
<artifactId>maven-failsafe-plugin</artifactId>
100-
<version>2.22.0</version>
101135
<executions>
102136
<execution>
103137
<goals>

0 commit comments

Comments
 (0)