How to configure maven install to skip tests in eclipse?

前端 未结 5 1551
名媛妹妹
名媛妹妹 2020-12-23 19:17

i was wondering if it\'s possible to configure run as maven install in eclipse to skip unit tests, if such thing is doable, then please tell me how to do it, thanks in advan

5条回答
  •  时光取名叫无心
    2020-12-23 20:06

    At the Run configurations there is a Maven Build type of Run configuration. At that you could set up the standard Maven skipTests parameter.

提交回复
热议问题