如何从项目中运行Maven

时间:2019-01-18 11:35:43

标签: maven cmd glassfish

我试图通过命令行从项目的根文件夹(文件pom.xml所在的位置)启动Maven,但是我收到一条错误消息,提示未找到“ mvn install”命令。如果我通过安装了maven的目录运行它,那么它将找不到该项目。如何从项目中运行Maven?

enter image description here
enter image description here

pom.xml

http://maven.apache.org/xsd/maven-4.0.0.xsd“>     4.0.0

getOneMaximumQuotationVersion() {
    const query = this.createQueryBuilder("quotation");
    query.select("MAX(quotation.quotationVersion)", "max");
    // query.addSelect("MAX(quotation.quotationVersion)", "max");
    return query.getRawOne();
  }

1 个答案:

答案 0 :(得分:0)

您需要将Maven Bin目录添加到PATH。然后您可以从项目目录中调用它。