I am using linux(mint mate), and installed maven by download & unzip & config the environment, I could use the mvn
command.
I want to have man mvn
, not just mvn -help
, any tip?
@Update:
To make the question clear, there is no man page for mvn
, because I install maven by unzip, so I want to install man page for mvn
, so that I could use man mvn
to get help.
Advertisement
Answer
The only way to get the man page for maven is to install maven from apt-get install maven2
, but the man page is exactly the same as mvn -help
, so I don’t see any use in using the version from the repositories because most of the time is an old version.