Skip to content

Commit 34684d4

Browse files
author
Vladimir Kotal
committed
add arg
1 parent 595bed3 commit 34684d4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
435435
<!-- Test helper class with name that confuses surefire -->
436436
<exclude>**/TestRepository.java</exclude>
437437
</excludes>
438+
<argLine>${surefireArgLine}</argLine>
438439
</configuration>
439440
</plugin>
440441

plugins/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5858
<systemPropertyVariables>
5959
<junit-force-all>true</junit-force-all>
6060
</systemPropertyVariables>
61+
<argLine>${surefireArgLine}</argLine>
6162
</configuration>
6263
</plugin>
6364
</plugins>

0 commit comments

Comments
 (0)