master
axzsd 2023-03-10 17:24:05 +08:00
parent c923daffd0
commit 4f00a77cad
1 changed files with 14 additions and 14 deletions

28
pom.xml
View File

@ -109,20 +109,20 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <!-- <plugin>-->
<groupId>org.sonatype.plugins</groupId> <!-- <groupId>org.sonatype.plugins</groupId>-->
<artifactId>nexus-staging-maven-plugin</artifactId> <!-- <artifactId>nexus-staging-maven-plugin</artifactId>-->
<version>1.5.1</version> <!-- <version>1.5.1</version>-->
<executions> <!-- <executions>-->
<execution> <!-- <execution>-->
<id>default-deploy</id> <!-- <id>default-deploy</id>-->
<phase>deploy</phase> <!-- <phase>deploy</phase>-->
<goals> <!-- <goals>-->
<goal>deploy</goal> <!-- <goal>deploy</goal>-->
</goals> <!-- </goals>-->
</execution> <!-- </execution>-->
</executions> <!-- </executions>-->
</plugin> <!-- </plugin>-->
</plugins> </plugins>
</build> </build>