File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,11 @@ under the License.
245245 </execution >
246246 </executions >
247247 </plugin >
248+ <plugin >
249+ <groupId >org.apache.maven.plugins</groupId >
250+ <artifactId >maven-invoker-plugin</artifactId >
251+ <version >3.2.2</version >
252+ </plugin >
248253 <plugin >
249254 <groupId >org.apache.maven.plugins</groupId >
250255 <artifactId >maven-jxr-plugin</artifactId >
@@ -286,7 +291,6 @@ under the License.
286291 <plugin >
287292 <groupId >org.apache.maven.plugins</groupId >
288293 <artifactId >maven-invoker-plugin</artifactId >
289- <version >3.2.2</version >
290294 <executions >
291295 <execution >
292296 <id >integration-test</id >
@@ -318,7 +322,7 @@ under the License.
318322 <localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
319323 <settingsFile >src/it/settings.xml</settingsFile >
320324 <ignoreFailures >${maven.it.failure.ignore} </ignoreFailures >
321- <streamLogsOnFailures >true</streamLogsOnFailures >
325+ <streamLogsOnFailures >true</streamLogsOnFailures >
322326 <properties >
323327 <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
324328 <https .protocols>${https.protocols} </https .protocols>
You can’t perform that action at this time.
0 commit comments