How to skip some child projects maven test intentionally ?

2014-11-27 Thread ChunFeng
How to skip some child projects maven test intentionally ? I am now building my coding development environment , of course , I do not need some sub projects , such as : Network Brocade VCS, Midokura Midonet etc . When I run command : mvn install -P developer,systemvm , maven list all sub

Re: How to skip some child projects maven test intentionally ?

2014-11-27 Thread Yitao Jiang
Try -D skiTests​ --- Thanks, Yitao(依涛 姜) jiangyt.github.io On Fri, Nov 28, 2014 at 3:12 PM, ChunFeng chunf...@domolo.com wrote: How to skip some child projects maven test intentionally ? I am now building my coding development environment , of course , I do not need some sub projects