Skip to content

Commit

Permalink
docs: Added a paragraph on setting up IntelliJ to not get confused by…
Browse files Browse the repository at this point in the history
… the failsafeArgLine in the pom.
  • Loading branch information
chrisdutz committed Mar 9, 2023
1 parent 24f7137 commit 3b695e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/asciidoc/developers/preparing/index.adoc
Expand Up @@ -55,3 +55,9 @@ The following pages will describe how to provide these requirements for your ope
* link:linux.html[Linux]
* link:macos.html[MacOS]
* link:windows.html[Windows]

== Preparing your IDE

=== IntelliJ

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 comments on commit 3b695e5

Please sign in to comment.