From c254261e73a1c240fe840938e18e6c5750ce7acf Mon Sep 17 00:00:00 2001 From: Chi Cao Minh Date: Sat, 14 Sep 2019 11:56:09 -0700 Subject: [PATCH] Make running test in Intellij work with JaCoCo (#8526) * Make running test in Intellij work with JaCoCo After the jacoco-maven-plugin was added, running test in IntelliJ fails with the error "Could not find or load main class @{jacocoArgLine}". Add a default IntelliJ configuration file so that running tests in the IDE works with the jacoco-maven-plugin configuration and the out-of-the-box developer experience is better. Other solutions described in https://stackoverflow.com/q/24115142 (e.g., setting an empty "jacocoArgLine" maven property) did not work. * Add comment with link to PR --- .idea/mavenProjectSettings.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .idea/mavenProjectSettings.xml diff --git a/.idea/mavenProjectSettings.xml b/.idea/mavenProjectSettings.xml new file mode 100644 index 00000000000..1eb1f057ae6 --- /dev/null +++ b/.idea/mavenProjectSettings.xml @@ -0,0 +1,10 @@ + + + + + +