Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0
-
None
Description
I downloaded and installed Maven2.0. $MAVEN_HOME/bin directory is in my PATH.
When I try maven --help, I get:
-------------------------------------------------------------------------------------------------
D:\work\tidbits\mvn-test>mvn --help
usage: maven [options] [<goal(s)>] [<phase(s)>]
^^^^^
Options:
C,-strict-checksums Fail the build if checksums don't match
...
v,-version Display version information
D:\work\tidbits\mvn-test>
-------------------------------------------------------------------------------------------------
The usage information uses "maven" but I think with Maven 2, it is "mvn".