There was an error while loading. Please reload this page.
1 parent e3eed01 commit 75e78cbCopy full SHA for 75e78cb
1 file changed
pom.xml
@@ -135,13 +135,6 @@
135
<scope>test</scope>
136
</dependency>
137
</dependencies>
138
- <!-- 构建 Profile 配置 -->
139
- <profiles>
140
- <!-- 发布到 Maven Central Portal:mvn -Pcentral deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
141
- <profile>
142
- <id>central</id>
143
- </profile>
144
- </profiles>
145
<!-- 制品发布仓库配置(distributionManagement) -->
146
<distributionManagement>
147
<repository>
@@ -271,4 +264,11 @@
271
264
</plugin>
272
265
</plugins>
273
266
</build>
267
+ <!-- 构建 Profile 配置 -->
268
+ <profiles>
269
+ <!-- 发布到 Maven Central Portal:mvn -Pcentral deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
270
+ <profile>
+ <id>central</id>
+ </profile>
+ </profiles>
274
</project>
0 commit comments