How to configure maven install to skip tests in eclipse?

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

    You can put the property maven.test.skip in a profile in your pom. And then you activate this profile in eclipse in the project properties of maven in eclipse.

提交回复
热议问题