Skip to content

Commit

Permalink
SCANMAVEN-239 Update the integration Tests documentation to include t…
Browse files Browse the repository at this point in the history
…he property-dump-plugin (#252)

Add a new step in develop.md before running Integration Tests: package the property-dump-plugin.
  • Loading branch information
erwan-serandour authored Nov 1, 2024
1 parent b14de4a commit 9e77fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ For example, in order to debug the test [java-compiler-executable](src/it/java-c
*Note* that you have to run `mvn invoker:install` to debug the latest changes in your code!

#### Integration Tests
The Integration tests are located in its, and they can be run as a separate Maven project: `cd its && mvn verify`
The Integration tests are located in `its`.
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`.
Then, they can be run as a separate Maven project: `cd its && mvn verify`

0 comments on commit 9e77fff

Please sign in to comment.