昨天测试七牛云通过后就关电脑了,今天maven install后就报错,
想着应该和测试有关,跳过测试就好了
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>