|
301 | 301 | </plugin> |
302 | 302 | <plugin> |
303 | 303 | <artifactId>maven-deploy-plugin</artifactId> |
304 | | - <version>3.1.3</version> |
| 304 | + <version>3.1.4</version> |
305 | 305 | </plugin> |
306 | 306 | <plugin> |
307 | 307 | <groupId>org.apache.maven.plugins</groupId> |
|
328 | 328 | </goals> |
329 | 329 | </execution> |
330 | 330 | </executions> |
| 331 | + <dependencies> |
| 332 | + <dependency> |
| 333 | + <groupId>org.apache.maven.wagon</groupId> |
| 334 | + <artifactId>wagon-provider-api</artifactId> |
| 335 | + <version>3.3.3</version> |
| 336 | + </dependency> |
| 337 | + </dependencies> |
331 | 338 | </plugin> |
332 | 339 | <plugin> |
333 | 340 | <groupId>org.apache.maven.plugins</groupId> |
|
372 | 379 | <plugin> |
373 | 380 | <groupId>org.apache.maven.plugins</groupId> |
374 | 381 | <artifactId>maven-project-info-reports-plugin</artifactId> |
375 | | - <version>3.6.2</version> |
376 | | - </plugin> |
| 382 | + <version>3.8.0</version> |
| 383 | + <dependencies> |
| 384 | + <dependency> |
| 385 | + <groupId>org.sonatype.plexus</groupId> |
| 386 | + <artifactId>plexus-sec-dispatcher</artifactId> |
| 387 | + <version>1.4</version> |
| 388 | + </dependency> |
| 389 | + </dependencies> </plugin> |
377 | 390 | <plugin> |
378 | 391 | <groupId>org.apache.maven.plugins</groupId> |
379 | 392 | <artifactId>maven-site-plugin</artifactId> |
380 | | - <version>3.21.0</version> |
| 393 | + <version>3.21.1</version> |
| 394 | + </plugin> |
| 395 | + <plugin> |
| 396 | + <groupId>org.apache.maven.plugins</groupId> |
| 397 | + <artifactId>maven-clean-plugin</artifactId> |
| 398 | + <version>3.4.0</version> |
381 | 399 | </plugin> |
382 | 400 | <plugin> |
383 | 401 | <groupId>org.apache.maven.plugins</groupId> |
384 | 402 | <artifactId>maven-dependency-plugin</artifactId> |
385 | 403 | <version>3.8.1</version> |
386 | 404 | </plugin> |
| 405 | + <plugin> |
| 406 | + <groupId>org.apache.maven.plugins</groupId> |
| 407 | + <artifactId>maven-install-plugin</artifactId> |
| 408 | + <version>3.1.3</version> |
| 409 | + </plugin> |
387 | 410 | <plugin> |
388 | 411 | <groupId>org.apache.maven.plugins</groupId> |
389 | 412 | <artifactId>maven-resources-plugin</artifactId> |
|
508 | 531 | <!-- Build the dependencies report at package time (needed for the assembly artifact). --> |
509 | 532 | <plugin> |
510 | 533 | <artifactId>maven-project-info-reports-plugin</artifactId> |
511 | | - <version>3.6.2</version> |
512 | 534 | <executions> |
513 | 535 | <execution> |
514 | 536 | <goals> |
|
653 | 675 | <plugin> |
654 | 676 | <groupId>org.apache.maven.plugins</groupId> |
655 | 677 | <artifactId>maven-compiler-plugin</artifactId> |
656 | | - <version>3.13.0</version> |
657 | 678 | <configuration> |
658 | 679 | <source>1.8</source> |
659 | 680 | <target>1.8</target> |
|
662 | 683 | <plugin> |
663 | 684 | <groupId>org.apache.maven.plugins</groupId> |
664 | 685 | <artifactId>maven-javadoc-plugin</artifactId> |
665 | | - <version>3.11.2</version> |
666 | 686 | <configuration> |
667 | 687 | <source>1.8</source> |
668 | 688 | <failOnError>false</failOnError> |
|
0 commit comments