This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3b695e5e33 docs: Added a paragraph on setting up IntelliJ to not get 
confused by the failsafeArgLine in the pom.
3b695e5e33 is described below

commit 3b695e5e3399432c759e296c6a5deda2a32a8369
Author: christoferdutz <[email protected]>
AuthorDate: Thu Mar 9 08:17:56 2023 +0100

    docs: Added a paragraph on setting up IntelliJ to not get confused by the 
failsafeArgLine in the pom.
---
 src/site/asciidoc/developers/preparing/index.adoc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/site/asciidoc/developers/preparing/index.adoc 
b/src/site/asciidoc/developers/preparing/index.adoc
index bd5c4b6242..5665a2018c 100644
--- a/src/site/asciidoc/developers/preparing/index.adoc
+++ b/src/site/asciidoc/developers/preparing/index.adoc
@@ -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`.
\ No newline at end of file

Reply via email to