File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
java-shared-dependencies/dependency-analyzer Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1111 <maven .compiler.source>17</maven .compiler.source>
1212 <maven .compiler.target>17</maven .compiler.target>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
14+ <skip .surefire.tests>False</skip .surefire.tests>
1415 </properties >
1516
1617 <build >
5152 a mock http request in unit test-->
5253 <GITHUB_TOKEN >fake_value</GITHUB_TOKEN >
5354 </environmentVariables >
55+ <skipTests >${skip.surefire.tests} </skipTests >
5456 </configuration >
5557 </plugin >
5658 <plugin >
5759 <groupId >org.apache.maven.plugins</groupId >
5860 <artifactId >maven-failsafe-plugin</artifactId >
5961 <version >3.5.0</version >
62+ <executions >
63+ <execution >
64+ <goals >
65+ <goal >integration-test</goal >
66+ <goal >verify</goal >
67+ </goals >
68+ </execution >
69+ </executions >
6070 </plugin >
6171 </plugins >
6272 </build >
You can’t perform that action at this time.
0 commit comments