Tibor17 commented on a change in pull request #453:
URL: https://github.com/apache/maven-surefire/pull/453#discussion_r799345686
##########
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
+ ```
+ * Maven-build the `surefire-grouper` module to generate sources into
`target/generated-sources/javacc`
+ ```
+ cd surefire-grouper
+ mvn clean verify
Review comment:
Perhaps rephrase the sentense to:
Build the module `surefire-grouper` using the Maven command `mvn compile -f
surefire-grouper/pom.xml` in order to generate a source code in
`target/generated-sources/javacc and compile them`.
--
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]