Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

LMCROSSITXSADEPLOY-2927: migrate OSS release settings from ossrh to c…#386

Merged
ikasarov merged 1 commit intomasterfrom
migrate-oss
Jul 4, 2025
Merged

LMCROSSITXSADEPLOY-2927: migrate OSS release settings from ossrh to c…#386
ikasarov merged 1 commit intomasterfrom
migrate-oss

Conversation

@ikasarov
Copy link
Copy Markdown
Contributor

@ikasarov ikasarov commented Jul 2, 2025

…entral portal

Comment thread pom.xml
Comment on lines -399 to +409
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<!--<snapshotRepository>
<id>central</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
</snapshotRepository>-->
<!--<repository>
<id>central</id>
<url>https://central.sonatype.com</url>
</repository>-->
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

Comment thread pom.xml
Comment on lines -142 to +144
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great!

Comment thread pom.xml Outdated
Comment on lines +275 to +287
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<centralBaseUrl>https://central.sonatype.com</centralBaseUrl>
<autoPublish>true</autoPublish>
<waitUntil>published</waitUntil>
<waitMaxTime>3600</waitMaxTime>
<waitPollingInterval>60</waitPollingInterval>
</configuration>
</plugin>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better now.

Comment thread pom.xml Outdated
@ikasarov ikasarov merged commit 792a3d1 into master Jul 4, 2025
5 checks passed
@ikasarov ikasarov deleted the migrate-oss branch July 4, 2025 12:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants