the errors of Build nGrinder from scratch using Maven

classic Classic list List threaded Threaded
4 messages Options
xsr
Reply | Threaded
Open this post in threaded view
|

the errors of Build nGrinder from scratch using Maven

xsr
git clone https://github.com/naver/ngrinder.git
execute the script:install_maven_lib.bat(windows)
mvn package -Dmaven.test.skip=true
then,
xsr
Reply | Threaded
Open this post in threaded view
|

Re: the errors of Build nGrinder from scratch using Maven

xsr
how to fix it up
Reply | Threaded
Open this post in threaded view
|

Re: the errors of Build nGrinder from scratch using Maven

William
In reply to this post by xsr
mvn package -D maven.test.skip=true
注意 -D  后面有个空格
Reply | Threaded
Open this post in threaded view
|

Re: the errors of Build nGrinder from scratch using Maven

yu.zhai
正解