I have searched for: "what does mvn do", and found this answer and this one but have not found them useful, because both relate to maven.
I have installed JVM 7-55, and am running Mac OS X 10.9.2
I am trying to build the jar for log-synth and the instructions call for building the jar file with all dependencies included using:
mvn package
Where should I run mvn from and what does it do? To be honest I don't even know if the mvn command is Java specific.