Skip to content

Commit a91cc52

Browse files
committed
Define default argLine property to be able to execute tests
1 parent f3db74e commit a91cc52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<dependency-check.version>6.2.2</dependency-check.version>
3434
<jacoco.version>0.8.7</jacoco.version>
3535
<nexus-staging.version>1.6.8</nexus-staging.version>
36+
37+
<!-- empty default needed to not break testing due to maven-surefire-plugin config -->
38+
<argLine></argLine>
3639
</properties>
3740

3841
<licenses>

0 commit comments

Comments
 (0)