springboot打包跳过测试

org.springframework.boot spring-boot-maven-plugin
      <!--跳过测试-->
      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <configuration>
              <skip>true</skip>
          </configuration>
      </plugin>
  </plugins>
posted @ 2021-03-29 13:59  敬敬不想造轮子  阅读(535)  评论(0编辑  收藏  举报