idea springboot maven打包时失败

在pom.xml中添加如下依赖:

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

问题解决!

猜你喜欢

转载自blog.csdn.net/qq_38871503/article/details/85261816