Sorry for the late answer, I was looking for some of the demos projects but I realized that they are quite old.
I will try to update them in the near future.
In the meanwhile, I created a branch in my Github repository: hibernate-demos/hibernate-ogm/nosql-with-hibernate-ogm-101/hibernate-ogm-demo-nosql-with-hibernate-ogm-101-part-3 at prova · DavideD/hibernate-demos · GitHub
This is a maven configured project that will create a war and deploy it on WildFly 13. To make the build work you need to use the settings-example.xml included in the root of the project:
mvn clean install -s settings-example.xml
The test will look for the generated war during the package phase.
Note that to work, WildFly 13 needs to be started with the property: -Dee8.preview.mode=true
I’m planning to create a better example in the near future to include in the main project but I hope this can help
for now.
Feel free to ask any question if you need help.
Cheers