Skip to content

Commit

Permalink
Merge pull request #5162 from gsmet/fix-surefire-conf-maven-it
Browse files Browse the repository at this point in the history
Also configure the Surefire plugin in the Maven IT
  • Loading branch information
gsmet authored Nov 4, 2019
2 parents 7cec0d6 + 3501b72 commit 9dd96b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions integration-tests/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,19 @@
</dependencies>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
<!--suppress MavenModelInspection -->
<maven.home>${maven.home}</maven.home>
<maven.repo>${settings.localRepository}</maven.repo>
<project.version>${project.version}</project.version>
</systemPropertyVariables>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
Expand Down

0 comments on commit 9dd96b2

Please sign in to comment.