The graphwalker:generate-sources
plugin need to be run in order to generate the interface(s) from the model(s).
mvn clean
mvn graphwalker:generate-sources
The graphwalker:test
plugin also automatically runs graphwalker:generate-sources
.
The graphwalker:test
plugin searches for the @GraphWalker(...)
annotation, and runs that model.
mvn graphwalker:test
Runs all unit tests.
mvn test