On Sun, Feb 24, 2019, 23:06 Robert Dinse <[email protected]> wrote: > > Not being a Java person (I've never built anything in Java before), > when it says to type: > > "mvn package" > > Is that literal or is package supposed to be the name of a package? >
It's literal. The command is "mvn package".
