File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,11 @@ under the License.
245
245
</execution >
246
246
</executions >
247
247
</plugin >
248
+ <plugin >
249
+ <groupId >org.apache.maven.plugins</groupId >
250
+ <artifactId >maven-invoker-plugin</artifactId >
251
+ <version >3.2.2</version >
252
+ </plugin >
248
253
<plugin >
249
254
<groupId >org.apache.maven.plugins</groupId >
250
255
<artifactId >maven-jxr-plugin</artifactId >
@@ -286,7 +291,6 @@ under the License.
286
291
<plugin >
287
292
<groupId >org.apache.maven.plugins</groupId >
288
293
<artifactId >maven-invoker-plugin</artifactId >
289
- <version >3.2.2</version >
290
294
<executions >
291
295
<execution >
292
296
<id >integration-test</id >
@@ -318,7 +322,7 @@ under the License.
318
322
<localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
319
323
<settingsFile >src/it/settings.xml</settingsFile >
320
324
<ignoreFailures >${maven.it.failure.ignore} </ignoreFailures >
321
- <streamLogsOnFailures >true</streamLogsOnFailures >
325
+ <streamLogsOnFailures >true</streamLogsOnFailures >
322
326
<properties >
323
327
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
324
328
<https .protocols>${https.protocols} </https .protocols>
You can’t perform that action at this time.
0 commit comments