I'm a new developer, never worked with eclipse or java at all in my life, and I'm trying to do something but I'm really clue less. I downloaded a project from github, and in the installation guide it says:
Once you have the sources, run mvn package or mvn install to create 2 jars - hebmorph-core and hebmorph-lucene. Those 2 packages are required before moving on to the next step.
its probably a dumb question, but I cant figure out how to get those jar files. I got lost in the eclipse environment and after few hours of research could found a suitable answer.
there is a direct link to the pom.xml file from git.
Would really appreciate your help.