idea maven打包 跳过test测试

命令行的方式,在哪输入命令都行。

mvn install -Dmaven.test.skip=true

在这里插入图片描述
在这里插入图片描述在这里插入图片描述

第二种

修改pox.xml文件

<build>
        <plugins>                    
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>
        </plugins>
    </build>

 

第三种

选中小闪电,test就被划掉了。然后点击install就会跳过test了
在这里插入图片描述

posted @ 2022-01-27 17:40  三号小玩家  阅读(309)  评论(0编辑  收藏  举报
Title
三号小玩家的 Mail: 17612457115@163.com, 联系QQ: 1359720840 微信: QQ1359720840