The specified file not exists

在使用mvn命令
./mvn install:install-file -Dfile=D:\tools\jar\iabc.jar -DgroupId=com.abc.apip.sdk-DartifactId=apip-sdk-abc-Dversion=1.0.0 -Dpackaging=jar
想将jar包安装到本地仓库
但是报错信息
【The specified file not exists】The specified file 'xxx.jar' not exists

检察了一下错误原因,之前的命令是从windows里拷备到mac或linux里。之后,把空格什么全删了再重新打一下空格就可以了

    推荐阅读