在某个module的pom.xml中添加如下配置
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
————————————————
原文链接:https://blog.csdn.net/crabdave/article/details/84853441
原文地址:https://www.cnblogs.com/dreamroute/p/12187565.html
时间: 2024-10-16 17:17:28