Skip to content

Commit

Permalink
去掉弃用的profile
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchuangkun committed Nov 3, 2024
1 parent a239ca0 commit f2c6152
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,12 @@
<profiles>
<!-- private nexus repository for test -->
<!-- 发布到私有仓库: mvn clean deploy -->
<!--
<profile>
<id>weeget-nexus</id>
<properties>
<profiles.active>weeget-nexus</profiles.active>
</properties>
<!-- 发布到maven私服 -->
<distributionManagement>
<repository>
<id>maven-releases</id>
Expand All @@ -287,6 +287,8 @@
<activeByDefault>true</activeByDefault>
</activation>
</profile>
-->

<!-- Central maven repository -->
<!-- Deploying to OSSRH with Apache Maven: https://central.sonatype.org/publish/publish-maven/ -->
<!-- 发布到中央仓库: mvn clean deploy -P ossrh -Dgpg.passphrase=密码 -Dmaven.test.skip=true -f pom.xml -->
Expand Down

0 comments on commit f2c6152

Please sign in to comment.