https://github.com/alibaba/nacos.git
在pom.xml所在文件夹进行cmd


mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U
如果报错 :
mvn Failed during checkstyle execution: There are errors reported by Checkstyle 6.2
使用
mvn -Prelease-nacos -Dmaven.test.skip=true clean install -U -Dcheckstyle.skip
