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

mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new f6bc398c4 [SUREFIRE-2122] Document development setup for IntelliJ
f6bc398c4 is described below

commit f6bc398c4d5bc352967434ec6d0e7facccec7afe
Author: SimonBaars <[email protected]>
AuthorDate: Fri Oct 28 11:56:10 2022 +0200

    [SUREFIRE-2122] Document development setup for IntelliJ
    
    Closes #573.
---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5d9964997..25f87207a 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ Build the Surefire project using **Maven 3.2.5+** and **JDK 
1.8+**.
   mvn install site site:stage -P reporting,run-its
   ```
 
-* To set up the project in [Eclipse IDE](https://www.eclipse.org/), please 
follow these steps:
+* To set up the project in [Eclipse IDE](https://www.eclipse.org/) or 
[IntelliJ IDEA](https://www.jetbrains.com/idea/), please follow these steps:
 
   * Build module `surefire-shared-utils` with profile `ide-development` and 
install it into the local maven repository using this Maven command:
     ```
@@ -80,8 +80,7 @@ Build the Surefire project using **Maven 3.2.5+** and **JDK 
1.8+**.
        enter profile `ide-development` in _Advanced -> Profiles_
      * Check module `surefire-grouper` has source folder 
`target/generated-sources/javacc`.
        If not, add it manually in the module's project properties
-
-* Setup for development in [IntelliJ IDEA](https://www.jetbrains.com/idea/) 
should work out of the box.
+  * In IntelliJ, select _Maven > Profiles_ and check `ide-development`
 
 ### Deploying web site
 

Reply via email to