File tree Expand file tree Collapse file tree
jdk_17_maven/cs/grpc/signal-registration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 259259 <groupId >io.micronaut.build</groupId >
260260 <artifactId >micronaut-maven-plugin</artifactId >
261261 </plugin >
262-
262+
263263 <plugin >
264264 <groupId >org.apache.maven.plugins</groupId >
265265 <artifactId >maven-compiler-plugin</artifactId >
354354 </container >
355355 </configuration >
356356 </plugin >
357+
358+
359+ <plugin >
360+ <groupId >org.springframework.boot</groupId >
361+ <artifactId >spring-boot-maven-plugin</artifactId >
362+ <version >2.5.4</version >
363+ <executions >
364+ <execution >
365+ <goals >
366+ <goal >repackage</goal >
367+ </goals >
368+ <configuration >
369+ <finalName >rpc-grpc-signal-registration</finalName >
370+ <classifier >sut</classifier >
371+ </configuration >
372+ </execution >
373+ </executions >
374+ </plugin >
357375 </plugins >
358376 </build >
359377</project >
You can’t perform that action at this time.
0 commit comments