|
713 | 713 | </execution>
|
714 | 714 | <execution>
|
715 | 715 | <id>jacoco-prepare-it</id>
|
| 716 | + <phase>pre-integration-test</phase> |
716 | 717 | <goals>
|
717 | 718 | <goal>prepare-agent</goal>
|
718 | 719 | </goals>
|
719 | 720 | <configuration>
|
720 | 721 | <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>
|
721 | 722 | </configuration>
|
722 | 723 | </execution>
|
723 |
| - <execution> |
724 |
| - <id>jacoco-ut</id> |
725 |
| - <goals> |
726 |
| - <goal>prepare-agent</goal> |
727 |
| - </goals> |
728 |
| - <configuration> |
729 |
| - <skip>${skipUTs}</skip> |
730 |
| - <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile> |
731 |
| - <propertyName>surefireArgLine</propertyName> |
732 |
| - <append>true</append> |
733 |
| - </configuration> |
734 |
| - </execution> |
735 |
| - <execution> |
736 |
| - <id>jacoco-it</id> |
737 |
| - <goals> |
738 |
| - <goal>prepare-agent-integration</goal> |
739 |
| - </goals> |
740 |
| - <configuration> |
741 |
| - <skip>${skipITs}</skip> |
742 |
| - <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile> |
743 |
| - <propertyName>failsafeArgLine</propertyName> |
744 |
| - <append>true</append> |
745 |
| - </configuration> |
746 |
| - </execution> |
| 724 | +<!-- <execution>--> |
| 725 | +<!-- <id>jacoco-ut</id>--> |
| 726 | +<!-- <goals>--> |
| 727 | +<!-- <goal>prepare-agent</goal>--> |
| 728 | +<!-- </goals>--> |
| 729 | +<!-- <configuration>--> |
| 730 | +<!-- <skip>${skipUTs}</skip>--> |
| 731 | +<!-- <destFile>${project.build.directory}/coverage-reports/jacoco-ut.exec</destFile>--> |
| 732 | +<!-- <propertyName>surefireArgLine</propertyName>--> |
| 733 | +<!-- <append>true</append>--> |
| 734 | +<!-- </configuration>--> |
| 735 | +<!-- </execution>--> |
| 736 | +<!-- <execution>--> |
| 737 | +<!-- <id>jacoco-it</id>--> |
| 738 | +<!-- <goals>--> |
| 739 | +<!-- <goal>prepare-agent-integration</goal>--> |
| 740 | +<!-- </goals>--> |
| 741 | +<!-- <configuration>--> |
| 742 | +<!-- <skip>${skipITs}</skip>--> |
| 743 | +<!-- <destFile>${project.build.directory}/coverage-reports/jacoco-it.exec</destFile>--> |
| 744 | +<!-- <propertyName>failsafeArgLine</propertyName>--> |
| 745 | +<!-- <append>true</append>--> |
| 746 | +<!-- </configuration>--> |
| 747 | +<!-- </execution>--> |
747 | 748 | <execution>
|
748 | 749 | <id>jacoco-it-report</id>
|
749 | 750 | <phase>post-integration-test</phase>
|
|
757 | 758 | </execution>
|
758 | 759 | <execution>
|
759 | 760 | <id>jacoco-ut-report</id>
|
760 |
| - <phase>prepare-package</phase> |
| 761 | + <phase>test</phase> |
761 | 762 | <goals>
|
762 | 763 | <goal>report</goal>
|
763 | 764 | </goals>
|
|
1025 | 1026 | <publishingServerId>central</publishingServerId>
|
1026 | 1027 | </configuration>
|
1027 | 1028 | </plugin>
|
1028 |
| -<!-- <plugin>--> |
1029 |
| -<!-- <groupId>org.sonatype.plugins</groupId>--> |
1030 |
| -<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
1031 |
| -<!-- <executions>--> |
1032 |
| -<!-- <execution>--> |
1033 |
| -<!-- <id>default-deploy</id>--> |
1034 |
| -<!-- <phase>deploy</phase>--> |
1035 |
| -<!-- <goals>--> |
1036 |
| -<!-- <goal>deploy</goal>--> |
1037 |
| -<!-- </goals>--> |
1038 |
| -<!-- </execution>--> |
1039 |
| -<!-- </executions>--> |
1040 |
| -<!-- <configuration>--> |
1041 |
| -<!-- <serverId>ossrh</serverId>--> |
1042 |
| -<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>--> |
1043 |
| -<!-- </configuration>--> |
1044 |
| -<!-- </plugin>--> |
1045 | 1029 | </plugins>
|
1046 | 1030 | </build>
|
1047 | 1031 | </profile>
|
|
0 commit comments