Install manual JAR files into local Maven cache
masterSome dependencies required by Ant are not available in the central Maven repository. To install these manually into your local Maven cache, use the mvn install:install-file command with the following syntax:
mvn install:install-file -DgroupId=foo.org -DartifactId=xx -Dversion=x.y -Dpackaging=jar -Dfile=/a/b/foo.jarmvn install:install-file -DgroupId=foo.org -DartifactId=xx -Dversion=x.y -Dpackaging=jar -Dfile=/a/b/foo.jar