Skip to content

Commit 75e78cb

Browse files
committed
fix(pom): add properties comment headers per java-component-patterns
1 parent e3eed01 commit 75e78cb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@
135135
<scope>test</scope>
136136
</dependency>
137137
</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>
145138
<!-- 制品发布仓库配置(distributionManagement) -->
146139
<distributionManagement>
147140
<repository>
@@ -271,4 +264,11 @@
271264
</plugin>
272265
</plugins>
273266
</build>
267+
<!-- 构建 Profile 配置 -->
268+
<profiles>
269+
<!-- 发布到 Maven Central Portal:mvn -Pcentral deploy(GPG 签名 + 源码 + Javadoc + Central 发布插件) -->
270+
<profile>
271+
<id>central</id>
272+
</profile>
273+
</profiles>
274274
</project>

0 commit comments

Comments
 (0)