File tree Expand file tree Collapse file tree 7 files changed +49
-12
lines changed
vertx-grpc-context-storage
vertx-grpc-protoc-plugin2 Expand file tree Collapse file tree 7 files changed +49
-12
lines changed Original file line number Diff line number Diff line change 33
44 <parent >
55 <groupId >io.vertx</groupId >
6- <artifactId >vertx-ext -parent</artifactId >
7- <version >38 </version >
6+ <artifactId >vertx5 -parent</artifactId >
7+ <version >3 </version >
88 </parent >
99
1010 <modelVersion >4.0.0</modelVersion >
1717 <stack .version>5.0.0-SNAPSHOT</stack .version>
1818 <grpc .version>1.61.0</grpc .version>
1919 <protoc .version>3.21.12</protoc .version>
20- <doc .skip>true</doc .skip>
2120 </properties >
2221
2322 <dependencyManagement >
6867 <module >vertx-grpc-it</module >
6968 </modules >
7069
70+ <build >
71+ <pluginManagement >
72+ <plugins >
73+ <plugin >
74+ <artifactId >maven-compiler-plugin</artifactId >
75+ <executions >
76+ <execution >
77+ <id >default-compile</id >
78+ <phase >compile</phase >
79+ <configuration >
80+ <annotationProcessors >
81+ <annotationProcessor >io.vertx.codegen.CodeGenProcessor</annotationProcessor >
82+ <annotationProcessor >io.vertx.docgen.JavaDocGenProcessor</annotationProcessor >
83+ </annotationProcessors >
84+ </configuration >
85+ </execution >
86+ </executions >
87+ </plugin >
88+ </plugins >
89+ </pluginManagement >
90+ <plugins >
91+ <plugin >
92+ <artifactId >maven-assembly-plugin</artifactId >
93+ <executions >
94+ <execution >
95+ <id >package-docs</id >
96+ <goals >
97+ <goal >single</goal >
98+ </goals >
99+ </execution >
100+ </executions >
101+ </plugin >
102+ </plugins >
103+ </build >
104+
71105</project >
Original file line number Diff line number Diff line change 3030 <name >Vert.x gRPC Client</name >
3131
3232 <properties >
33- <doc .skip>false</doc .skip>
3433 <jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
3534 </properties >
3635
Original file line number Diff line number Diff line change 3030 <name >Vert.x gRPC Common</name >
3131
3232 <properties >
33- <doc .skip>false</doc .skip>
3433 <jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
3534 </properties >
3635
Original file line number Diff line number Diff line change 1919 context data maps.
2020 </description >
2121
22- <properties >
23- <doc .skip>false</doc .skip>
24- </properties >
25-
2622 <dependencies >
2723 <dependency >
2824 <groupId >io.vertx</groupId >
Original file line number Diff line number Diff line change 3030 <name >Vert.x gRPC integration tests</name >
3131
3232 <properties >
33- <doc .skip>true</doc .skip>
3433 <jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
3534 </properties >
3635
110109 </extension >
111110 </extensions >
112111 <plugins >
112+ <plugin >
113+ <artifactId >maven-compiler-plugin</artifactId >
114+ <executions >
115+ <execution >
116+ <id >default-compile</id >
117+ <phase >compile</phase >
118+ <configuration >
119+ <proc >none</proc >
120+ </configuration >
121+ </execution >
122+ </executions >
123+ </plugin >
113124 <plugin >
114125 <groupId >org.xolstice.maven.plugins</groupId >
115126 <artifactId >protobuf-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 3030 <name >Vert.x gRPC Protoc Plugin</name >
3131
3232 <properties >
33- <doc .skip>false</doc .skip>
3433 <canteen .version>1.1.0</canteen .version>
3534 <protoc .version>3.21.12</protoc .version>
3635 <jprotoc .version>1.2.1</jprotoc .version>
Original file line number Diff line number Diff line change 3030 <name >Vert.x gRPC Server</name >
3131
3232 <properties >
33- <doc .skip>false</doc .skip>
3433 <jar .manifest>${project.basedir} /src/main/resources/META-INF/MANIFEST.MF</jar .manifest>
3534 </properties >
3635
You can’t perform that action at this time.
0 commit comments