1.There are test failures

pom中加入:
<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
                <testFailureIgnore>true</testFailureIgnore>            </configuration>
        </plugin>
    </plugins>
</build>

 

相关文章:

  • 2021-06-20
  • 2021-09-05
  • 2021-11-23
  • 2021-06-27
  • 2021-08-23
  • 2021-04-01
  • 2021-09-24
猜你喜欢
  • 2022-01-01
  • 2022-12-23
  • 2022-03-11
  • 2022-12-23
  • 2021-08-27
  • 2021-04-13
  • 2021-12-02
相关资源
相似解决方案