File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
typescript-generator-maven-plugin Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 303303 </execution >
304304 </executions >
305305 </plugin >
306+ <plugin >
307+ <groupId >org.apache.maven.plugins</groupId >
308+ <artifactId >maven-project-info-reports-plugin</artifactId >
309+ <version >3.4.2</version >
310+ </plugin >
311+ <plugin >
312+ <groupId >org.apache.maven.plugins</groupId >
313+ <artifactId >maven-plugin-plugin</artifactId >
314+ <version >3.8.1</version >
315+ </plugin >
306316 </plugins >
307317 </pluginManagement >
308318
392402 <plugin >
393403 <groupId >org.apache.maven.plugins</groupId >
394404 <artifactId >maven-project-info-reports-plugin</artifactId >
395- <version >3.4.2</version >
396405 </plugin >
397406 <plugin >
398407 <groupId >org.apache.maven.plugins</groupId >
399408 <artifactId >maven-plugin-plugin</artifactId >
400- <version >3.8.1</version >
401409 </plugin >
402410 </plugins >
403411 </reporting >
Original file line number Diff line number Diff line change 3737 <plugin >
3838 <groupId >org.apache.maven.plugins</groupId >
3939 <artifactId >maven-plugin-plugin</artifactId >
40- <version >3.8.1</version >
4140 <configuration >
4241 <goalPrefix >typescript-generator</goalPrefix >
4342 <skipErrorNoDescriptorsFound >true</skipErrorNoDescriptorsFound >
You can’t perform that action at this time.
0 commit comments