Maven seems to be installed on my workstation. I do not know Maven, but am trying to learn it. It looks like Maven uses (on Windows 7) the location C:\Users\User\.m2\repository. I have this location.
But when I try mvn --version I get nothing.
I have jdk, eclipse, jboss, jboss developer studio installed.
Is maven included in eclipse or jboss developer studio?
I can create a new maven project with jboss developer studio.
But I cannot follow the tutorials because they teach command line usage, and that does not work on my system.
Is Maven installed? Then, where is it, so I can add it to the path ( a search for 'maven' on the whole disk did not help me).