Tibor17 commented on a change in pull request #453:
URL: https://github.com/apache/maven-surefire/pull/453#discussion_r799340980



##########
File path: README.md
##########
@@ -63,7 +63,23 @@ 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** , please follow these steps:
+
+  * Maven-build (without tests) the `surefire-shared-utils`  module with 
profile `ide-development` and install it into the local maven repository
+    ```
+    cd surefire-shared-utils
+    mvn clean install -Pide-development -DskipTests

Review comment:
       The module does not have tests. The more simple command is `mvn install 
-P ide-development -f surefire-shared-utils/pom.xml`.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to