Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 4db907d

Browse files
authored
Merge pull request #45 from admin-shell-io/POMUpdate-Profiles
Updates MavenCentral Profile
2 parents d1da0e7 + 6d6cf8e commit 4db907d

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<!-- This profile is for the continuous integration pipeline for deploying to the central repository, which requires artifacts to be signed -->
181181
<profiles>
182182
<profile>
183-
<id>CI</id>
183+
<id>MavenCentral</id>
184184
<build>
185185
<plugins>
186186
<plugin>
@@ -203,6 +203,18 @@
203203
</plugin>
204204
</plugins>
205205
</build>
206+
207+
<!-- Central Repository deployment configuration -->
208+
<distributionManagement>
209+
<snapshotRepository>
210+
<id>ossrh</id>
211+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
212+
</snapshotRepository>
213+
<repository>
214+
<id>ossrh</id>
215+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
216+
</repository>
217+
</distributionManagement>
206218
</profile>
207219
</profiles>
208220

@@ -235,18 +247,6 @@
235247
</dependencies>
236248
</dependencyManagement>
237249

238-
<!-- Central Repository deployment configuration -->
239-
<distributionManagement>
240-
<snapshotRepository>
241-
<id>ossrh</id>
242-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
243-
</snapshotRepository>
244-
<repository>
245-
<id>ossrh</id>
246-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
247-
</repository>
248-
</distributionManagement>
249-
250250
<licenses>
251251
<license>
252252
<name>Apache License, Version 2.0</name>

0 commit comments

Comments
 (0)