[ERROR] The goal you specified requires a project to execute but there is no POM in this directory

一. 需求

这个问题简单说下
今天打算使用 aliyun-java-vod-upload-1.4.5.jar
由于这个 jar 包没有开源,…

简单点说,我就是想通过这个直接导入这个jar包


    com.aliyun
    aliyun-sdk-vod-upload
    1.4.5

二. 实现(我的操作,也许有其它的途径)

  1. 先下载这个 jar 包

    我放到了 F:\ccc\VODUploadDemo-java-1.4.5\lib 目录下[ERROR] The goal you specified requires a project to execute but there is no POM in this directory_第1张图片

  2. 使用 mvn -v

    Shift + 鼠标右键 进入 PowerShell 窗口
    执行 mvn -v
    证明可以用 mvn 这个命令,不能用的话,配置环境变量就行了

PS F:\ccc\VODUploadDemo-java-1.4.5\lib> mvn -v
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-05T03:00:29+08:00)

你可能感兴趣的:(Maven,maven,jar,install-file,mvn,install,no,POM)