Edit:
Nevermind it works! :D Thank you mate!!!!! Now I will try to understand how your tests are actually setup ;)
I had to change 4.1.2-SNAPSHOT to 4.1.1.Final
-----------------------
Don't read this ;)Thank you for the reply! The tests you provided available on Github really look interesting!
I tried to import the entire project into eclipse. Then I tried to run the Hibernate-OGM-Performancetest (after changing the persistence.xml file to my settings) project by right clicking on the launcher and then ''Java Application''. I got the following error:
Quote:
ERROR: Unable to find the resource: /META-INF/BenchmarkList
This lead me to think that I did not generate any file by Maven. So I right clicked on the project and then clicked on Maven -> Run As -> Maven Generate-Sources.
The following error occured:
Quote:
Failed to execute goal on project hibernate-ogm-performancetest: Could not resolve dependencies for project org.hibernate.ogm:hibernate-ogm-performancetest:jar:4.1.2-SNAPSHOT: The following artifacts could not be resolved: org.hibernate.ogm:hibernate-ogm-core:jar:4.1.2-SNAPSHOT, org.hibernate.ogm:hibernate-ogm-mongodb:jar:4.1.2-SNAPSHOT: Could not find artifact org.hibernate.ogm:hibernate-ogm-core:jar:4.1.2-SNAPSHOT -> [Help 1]
Sorry for this ridiculous newbie question. I tried to also launch Maven Install on the hibernate-ogm-parent but got an error regarding a check-style.