eclipse执行maven install命令时跳过test

在pom.xml里面配置一下代码,将跳过test。

<plugins>
      <plugin>
        <groupId>org.apache.maven.pluginsgroupId>
        <artifactId>maven-surefire-pluginartifactId>
        <configuration>
          <skip>trueskip>
        configuration>
      plugin>
plugins>

 

转载于:https://www.cnblogs.com/ShanHeDiao/p/5705121.html

你可能感兴趣的:(eclipse执行maven install命令时跳过test)