Maven skip tests

后端 未结 8 2142
攒了一身酷
攒了一身酷 2020-12-12 09:10

I am using Maven 2.2.1 and to build my project I used this command

mvn clean install -Dmaven.test.skip=true

However, the build failed sayin

8条回答
  •  抹茶落季
    2020-12-12 10:04

    I have another approach for Intellij users, and it is working very fine for me:

    1. Click on the "Skip Test" button

    1. Hold the "CTRL" button
    2. Select "clean" and "install"

    1. Click on the "Run" button in the maven pannel

提交回复
热议问题