I am having trouble using maven install through git bash. I am trying to create jars of droid Fu. and everytime I enter mvn install from the instructions here.. https://github.com/gradha/droid-fu.
EDITE:WHAT I DID TO TRY TO INSTALL MAVEN
I downloaded appache put it in my program files folder of C Drive.
I created a user variable called M2 with the variable of %M2_HOME%.
created a Path in user variable pointing to my java sdk\bin
In system variables i created a variable called MAVEN_HOME pointing to my C:\Program Files (x86)\apache-maven-3.0.3\apache-maven
Another one in system variable called JAVA_HOME pointing to my java jdk.
Thats all i did.
Git has nothing to do with Maven.
Git is a version control system.
Maven ist a java build tool.
What for problems you have?
Are you have installed (Java and) Maven?
You already include Maven into your PATH to have access for the command
mvnin every directory?When yes, you should type in your console:
mvn --versionand get something like this: