Skip to content

Instantly share code, notes, and snippets.

@AJLoveChina
Last active November 22, 2016 12:21
Show Gist options
  • Save AJLoveChina/070d4ec7e09d0d8bfb57b757a87770d1 to your computer and use it in GitHub Desktop.
Save AJLoveChina/070d4ec7e09d0d8bfb57b757a87770d1 to your computer and use it in GitHub Desktop.
maven add custom jars to local maven home

mvn install:install-file -Dfile=<path-to-file> -DgroupId=<group-id>
-DartifactId=<artifact-id> -Dversion=<version> -Dpackaging=<packaging>

Such as:

mvn install:install-file -Dfile=G:\XAMPP\htdocs\Github\meAjax\neon\hyy\src\main\webapp\WEB-INF\lib\taobao-sdk-java-auto_1455716734757-20160803.jar -DgroupId=com.taobao -DartifactId=nigeerhuo-taobao1 -Dversion=1.0 -Dpackaging=jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment