maven install 报错 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test

 

pom文件引入以下依赖

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.4.2</version>
                <configuration>
                    <skipTests>true</skipTests>
                </configuration>
            </plugin> 

 

posted @ 2019-08-12 09:29  TracyRanch  阅读(2432)  评论(0编辑  收藏  举报