Skip to content

Fix/sonatype deploy update#28

Merged
patduin merged 2 commits intomainfrom
fix/sonatype-deploy-update
Jul 16, 2025
Merged

Fix/sonatype deploy update#28
patduin merged 2 commits intomainfrom
fix/sonatype-deploy-update

Conversation

@patduin
Copy link
Copy Markdown
Collaborator

@patduin patduin commented Jul 16, 2025

It's alive! (again)

@patduin patduin requested a review from a team as a code owner July 16, 2025 09:34
Comment thread pom.xml
</execution>
</executions>
</plugin>
<plugin>
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Old sonatype deploy plugin it clashes with new way so it's removed.

Comment thread pom.xml
</execution>
</executions>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is the new plugin

@patduin patduin merged commit f596ee6 into main Jul 16, 2025
2 checks passed
@patduin patduin deleted the fix/sonatype-deploy-update branch July 16, 2025 13:16
Comment thread pom.xml
-->
<profile>
<id>sonatype-oss-release</id>
<id>sonatype-oss-release-github-actions</id>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why you changed the id name?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ah okay there were 2 profiles and now we just have 1?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yes

Comment thread pom.xml
</executions>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.8.0</version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

variable for version?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

yeah maybe in a next pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants