I am trying to run following command line
mvn clean package -DskipTests
Reference: https://github.com/forcedotcom/dataloader/
I am getting this error message:
BUILD ERROR
Error resolving version for 'org.apache.maven.plugins:maven-shade-plugin':
Plugin requires Maven version 3.0
How do I install Maven version 3.0 or is there way to modify file like POM.XML?