Skip to content

Commit 3b695e5

Browse files
committed
docs: Added a paragraph on setting up IntelliJ to not get confused by the failsafeArgLine in the pom.
1 parent 24f7137 commit 3b695e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/site/asciidoc/developers/preparing/index.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,9 @@ The following pages will describe how to provide these requirements for your ope
5555
* link:linux.html[Linux]
5656
* link:macos.html[MacOS]
5757
* link:windows.html[Windows]
58+
59+
== Preparing your IDE
60+
61+
=== IntelliJ
62+
63+
When running Java unit-tests in IntelliJ, you might run into problems where during the test execution complaints arise that JUnit is unable to load `{failsafeArgLine}`. In this case you need to go to `Settings -> Build, Execution, Deployment -> Build Tools -> Maven -> Running Tests` and deselect the option `argLine`.

0 commit comments

Comments
 (0)