|
219 | 219 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
220 | 220 | <jackson.version>2.13.4</jackson.version>
|
221 | 221 | <jdom.version>2.0.2</jdom.version>
|
| 222 | + <maven.version>3.2.5</maven.version> |
222 | 223 | <!--
|
223 | 224 | ! This controls the minimum java version
|
224 | 225 | ! and also the version which is used
|
|
422 | 423 | <version>${java.version}</version>
|
423 | 424 | </requireJavaVersion>
|
424 | 425 | <requireMavenVersion>
|
425 |
| - <version>3.0.5</version> |
| 426 | + <version>${maven.version}</version> |
426 | 427 | </requireMavenVersion>
|
427 | 428 | </rules>
|
428 | 429 | </configuration>
|
|
504 | 505 | <plugin>
|
505 | 506 | <groupId>org.apache.maven.plugins</groupId>
|
506 | 507 | <artifactId>maven-surefire-plugin</artifactId>
|
507 |
| - <version>2.22.2</version> |
| 508 | + <version>3.0.0-M7</version> |
508 | 509 | </plugin>
|
509 | 510 | <plugin>
|
510 | 511 | <groupId>org.apache.maven.plugins</groupId>
|
511 | 512 | <artifactId>maven-surefire-report-plugin</artifactId>
|
512 |
| - <version>2.22.2</version> |
| 513 | + <version>3.0.0-M7</version> |
513 | 514 | </plugin>
|
514 | 515 | <plugin>
|
515 | 516 | <groupId>org.apache.maven.plugins</groupId>
|
|
518 | 519 | </plugin>
|
519 | 520 | </plugins>
|
520 | 521 | </pluginManagement>
|
| 522 | + <plugins> |
| 523 | + <plugin> |
| 524 | + <groupId>org.apache.maven.plugins</groupId> |
| 525 | + <artifactId>maven-enforcer-plugin</artifactId> |
| 526 | + </plugin> |
| 527 | + <plugin> |
| 528 | + <artifactId>maven-site-plugin</artifactId> |
| 529 | + <executions> |
| 530 | + <execution> |
| 531 | + <id>attach-descriptor</id> |
| 532 | + <goals> |
| 533 | + <goal>attach-descriptor</goal> |
| 534 | + </goals> |
| 535 | + </execution> |
| 536 | + </executions> |
| 537 | + </plugin> |
| 538 | + </plugins> |
521 | 539 | </build>
|
522 | 540 |
|
523 | 541 | <reporting>
|
|
610 | 628 | <plugin>
|
611 | 629 | <groupId>org.codehaus.modello</groupId>
|
612 | 630 | <artifactId>modello-maven-plugin</artifactId>
|
613 |
| - <version>1.8.3</version> |
| 631 | + <version>2.0.0</version> |
614 | 632 | <configuration>
|
615 | 633 | <models>
|
616 | 634 | <model>src/main/mdo/modello.mdo</model>
|
|
691 | 709 | </reportSet>
|
692 | 710 | </reportSets>
|
693 | 711 | </plugin>
|
694 |
| - <!--plugin> |
695 |
| - <groupId>org.codehaus.mojo</groupId> |
696 |
| - <artifactId>clirr-maven-plugin</artifactId> |
697 |
| - <version>2.2.2</version> |
698 |
| - </plugin--> |
699 | 712 | </plugins>
|
700 | 713 | </reporting>
|
701 | 714 | </profile>
|
702 |
| - <profile> |
703 |
| - <id>maven-3</id> |
704 |
| - <activation> |
705 |
| - <file> |
706 |
| - <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) --> |
707 |
| - <exists>${basedir}</exists> |
708 |
| - </file> |
709 |
| - </activation> |
710 |
| - <build> |
711 |
| - <plugins> |
712 |
| - <plugin> |
713 |
| - <artifactId>maven-site-plugin</artifactId> |
714 |
| - <executions> |
715 |
| - <execution> |
716 |
| - <id>attach-descriptor</id> |
717 |
| - <goals> |
718 |
| - <goal>attach-descriptor</goal> |
719 |
| - </goals> |
720 |
| - </execution> |
721 |
| - </executions> |
722 |
| - </plugin> |
723 |
| - </plugins> |
724 |
| - </build> |
725 |
| - </profile> |
726 | 715 | </profiles>
|
727 | 716 |
|
728 | 717 | </project>
|
0 commit comments