Prefix: I'm very new to maven so I am open to "your doing it wrong" answers.
I want to build a kundera project with MongoDB as the backend. I tried these directions but ended up with a kundera without the Document class. I was trying this tutorial that I got from this answer, and came to the conclusion that the version of kundera in that jar did not have mongo support. So I built kundera from svn and did a mvn install
. I want to know what mvn command or what edits to the pom.xml
file I must make to add the kendera jar I just installed to my local maven repository as a dependency to another maven project.