The mvn clean package command builds the example project distribution but it does not contain all dependencies defined in the knotx-stack.json file (like the knotx-mocks module). So the first command to execute is bin/knotx resolve.
The example project should provide both sample temapltes and mocked data sources. It should not be a part of the https://github.com/Cognifide/knotx repository any more.
Version used
Context of the issue/feature
The
mvn clean package
command builds the example project distribution but it does not contain all dependencies defined in theknotx-stack.json
file (like theknotx-mocks
module). So the first command to execute isbin/knotx resolve
.The example project should provide both sample temapltes and mocked data sources. It should not be a part of the https://github.com/Cognifide/knotx repository any more.
Appendix