Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
The README.txt file mentions a lot of maven commands that can be executed on the command line. They are all preceded with a $:
$ mvn clean verify
This $ is some sort of unix default. Windows users don't know this, and the $ will give an error when used on the command line. Better remove the $.