We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a462cd3 commit 15a02d6Copy full SHA for 15a02d6
pom.xml
@@ -471,10 +471,12 @@ under the License.
471
<plugin>
472
<groupId>org.apache.maven.plugins</groupId>
473
<artifactId>maven-invoker-plugin</artifactId>
474
+ <version>3.2.2</version>
475
<configuration>
476
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
477
<projectsDirectory>src/it/projects</projectsDirectory>
478
<settingsFile>src/it/mrm/settings.xml</settingsFile>
479
+ <streamLogsOnFailures>true</streamLogsOnFailures>
480
<pomExcludes>
481
<pomExclude>MJAVADOC-181/pom.xml</pomExclude> <!-- seems to be wrong, see comment in Jira issue -->
482
<pomExclude>output-encoding/pom.xml</pomExclude>
0 commit comments