You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: develop.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -31,4 +31,6 @@ For example, in order to debug the test [java-compiler-executable](src/it/java-c
31
31
*Note* that you have to run `mvn invoker:install` to debug the latest changes in your code!
32
32
33
33
#### Integration Tests
34
-
The Integration tests are located in its, and they can be run as a separate Maven project: `cd its && mvn verify`
34
+
The Integration tests are located in `its`.
35
+
Before running them, you have to package the `property-dump-plugin` by running the following command from the root of the project: `mvn -f property-dump-plugin/pom.xml clean package`.
36
+
Then, they can be run as a separate Maven project: `cd its && mvn verify`
0 commit comments