How to configure maven install to skip tests in eclipse?

前端 未结 5 1561
名媛妹妹
名媛妹妹 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:00

    It depends on maven test plugin that you use. You can try add parameter -Dmaven.test.skip=true to your build configuration.

提交回复
热议问题