Skip to content

Validating models in test folder

Kristian Karl edited this page Mar 4, 2021 · 7 revisions

graphwalker:validate-test-models

The plugin will validate models placed in the folder src/test/resources.

Example

$ 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] ------------------------------------------------------------------------
``
Clone this wiki locally