Skip to content

Commit 9e77fff

Browse files
SCANMAVEN-239 Update the integration Tests documentation to include the property-dump-plugin (#252)
Add a new step in develop.md before running Integration Tests: package the property-dump-plugin.
1 parent b14de4a commit 9e77fff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

develop.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ For example, in order to debug the test [java-compiler-executable](src/it/java-c
3131
*Note* that you have to run `mvn invoker:install` to debug the latest changes in your code!
3232

3333
#### 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

Comments
 (0)