File tree Expand file tree Collapse file tree 1 file changed +37
-3
lines changed
Expand file tree Collapse file tree 1 file changed +37
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments