实测,第一种方法ok
第二种长命令直接指定参数的方法,会报错:
The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\xuchong\Desktop\code\maven03). Please verify you invoked Maven from the correct directory. -> [Help 1]
第二种长命令直接指定参数的方法,会报错:
The goal you specified requires a project to execute but there is no POM in this directory (C:\Users\xuchong\Desktop\code\maven03). Please verify you invoked Maven from the correct directory. -> [Help 1]
2018-03-18
http://www.mvnrepository.com/artifact/org.mortbay.jetty/jetty-maven-plugin/8.1.16.v20140903
2018-03-18
<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
</properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.compilerVersion>1.7</maven.compiler.compilerVersion>
</properties>
2018-03-18