Skip to content

Commit

Permalink
[JENKINS-38696] - Pass the original ARG to Maven line as suggested by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 4, 2017
1 parent 2549cfd commit 1f17a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -494,7 +494,7 @@ THE SOFTWARE.
<configuration>
<trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround -->
<rerunFailingTestsCount>4</rerunFailingTestsCount>
<argLine>${maven-surefire-plugin.agent}</argLine>
<argLine>${argLine} ${maven-surefire-plugin.agent}</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1f17a7f

Please sign in to comment.