|
691 | 691 | <goal>test</goal>
|
692 | 692 | </goals>
|
693 | 693 | <configuration>
|
694 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 694 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
695 | 695 | <excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
|
696 | 696 | <argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttp</argLine>
|
697 | 697 | </configuration>
|
|
703 | 703 | <goal>test</goal>
|
704 | 704 | </goals>
|
705 | 705 | <configuration>
|
706 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 706 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
707 | 707 | <useSystemClassLoader>false</useSystemClassLoader>
|
708 | 708 | <excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
|
709 | 709 | <argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=httpclient</argLine>
|
|
720 | 720 | <goal>test</goal>
|
721 | 721 | </goals>
|
722 | 722 | <configuration>
|
723 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 723 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
724 | 724 | <useSystemClassLoader>false</useSystemClassLoader>
|
725 | 725 | <excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
|
726 | 726 | <argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=urlconnection</argLine>
|
|
737 | 737 | <goal>test</goal>
|
738 | 738 | </goals>
|
739 | 739 | <configuration>
|
740 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 740 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
741 | 741 | <rerunFailingTestsCount>2</rerunFailingTestsCount>
|
742 | 742 | <includesFile>src/test/resources/slow-or-flaky-tests.txt</includesFile>
|
743 | 743 | </configuration>
|
|
749 | 749 | <goal>test</goal>
|
750 | 750 | </goals>
|
751 | 751 | <configuration>
|
752 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 752 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
753 | 753 | <rerunFailingTestsCount>2</rerunFailingTestsCount>
|
754 | 754 | <includesFile>src/test/resources/slow-or-flaky-tests.txt</includesFile>
|
755 | 755 | <!-- Run some test passes with trace logging turned on -->
|
|
766 | 766 | <goal>test</goal>
|
767 | 767 | </goals>
|
768 | 768 | <configuration>
|
769 |
| - <classesDirectory>${project.basedir}/target/github-api-${project.version}.jar</classesDirectory> |
| 769 | + <classesDirectory>${project.basedir}/target/${project.artifactId}-${project.version}.jar</classesDirectory> |
770 | 770 | <useSystemClassLoader>false</useSystemClassLoader>
|
771 | 771 | <excludesFile>src/test/resources/slow-or-flaky-tests.txt</excludesFile>
|
772 | 772 | <argLine>@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttp</argLine>
|
|
0 commit comments