-
Notifications
You must be signed in to change notification settings - Fork 116
Validating models in test folder
Kristian Karl edited this page Mar 4, 2021
·
7 revisions
The plugin will validate models placed in the folder src/test/resources
.
$ mvn graphwalker:validate-test-models
[INFO] Scanning for projects...
[INFO]
[INFO] --------------< org.graphwalker.example:java-prestashop >---------------
[INFO] Building GraphWalker PrestaShop Example 4.3.1
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- graphwalker-maven-plugin:4.3.1:validate-test-models (default-cli) @ java-prestashop ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.718 s
[INFO] Finished at: 2019-09-28T11:52:17+02:00
[INFO] ------------------------------------------------------------------------
``