Skip to content

Commit 8d5d3cd

Browse files
Fix site build
Use the same version of maven-invoker-plugin for build and reports
1 parent ce4eb1e commit 8d5d3cd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

+6-2
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)