File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 608608 <argLine >@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=okhttp</argLine >
609609 </configuration >
610610 </execution >
611+ <execution >
612+ <id >java11-test</id >
613+ <phase >integration-test</phase >
614+ <goals >
615+ <goal >test</goal >
616+ </goals >
617+ <configuration >
618+ <classesDirectory >${project.basedir} /target/${project.artifactId} -${project.version} .jar</classesDirectory >
619+ <useSystemClassLoader >false</useSystemClassLoader >
620+ <excludesFile >src/test/resources/slow-or-flaky-tests.txt</excludesFile >
621+ <argLine >@{jacoco.surefire.argLine} ${surefire.argLine} -Dtest.github.connector=httpclient</argLine >
622+ <!-- Run some test passes with trace logging turned on -->
623+ <systemPropertyVariables >
624+ <java .util.logging.config.file>src/test/resources/test-trace-logging.properties</java .util.logging.config.file>
625+ </systemPropertyVariables >
626+ </configuration >
627+ </execution >
611628 <execution >
612629 <id >slow-or-flaky-test</id >
613630 <phase >integration-test</phase >
You can’t perform that action at this time.
0 commit comments