Maven dependencies
On your page https://ohana.windwardstudios.com/m/79484/l/1035755-how-do-i-use-maven-to-install-windward-java-engine-in-my-application#locate-your-settings-xml-file you state that the repository should be added to your settings.xml file. This is not convenient for teams, because settings.xml is personal (not stored in e.g. Git) and sometimes contains passwords or tokens.
Putting the repository in your project's pom.xml ensures everyone has the same repository (because this file is in Git) and prevents problems with new members.

Hello Reporter,
It sounds like the page changes have resolved this ticket. Thank you for your idea, and please submit any other suggestions you have to improve our software (or our documentation!).
Adam Austin
Product Manager
-
Sander Verbruggen commented
I see you changed the page reflecting this suggestion. Thanks!