打包nacos-2.3.2版本
1、移除test模块
2、注释最外层的pom内容
<build>
<plugins>
<!--<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>${maven-gpg-plugin.version}</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>-->
</plugins>
</build>
</profile>
<!--<profile>
<!&