Migration to Sonatype Central Portal – What You Need to Do! #172
clementnero
announced in
Announcements
Replies: 1 comment
-
We noticed that validation rules in Central Portal seem to be a bit stricter compared to the legacy OSSRH.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<id>javadoc-jar</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/main/resources/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Community,
Warning
All Camunda namespaces have been migrated (io.camunda, io.zeebe, and org.camunda). Please ensure you complete the actions below if you haven't already.
🚨 Sonatype is retiring the legacy OSSRH service and moving all artifact publishing to their new Central Portal. This affects all Camunda namespaces (
io.camunda
,io.zeebe
, andorg.camunda
).📢 Before you start:
Please review the Migration details and FAQ carefully. It covers everything you need to know for a smooth transition.
👉 Next: To ensure your project’s publishing continues seamlessly, please follow these recommended steps now, you don’t need to wait for the namespace migration to be effective!
What You Should Do Today:
2.0.0
or higher to get the newcentral-sonatype-publish
Maven profile@v2
ofcamunda-community-hub/community-action-maven-release
:central-release-profile
input to use the new default🔁 The GitHub Action (@v2) will handle switching between OSSRH and Central Portal per namespace.
📍 If you consume SNAPSHOT artifacts, remember to update your repository URL as per Sonatype’s new guidelines:
https://central.sonatype.com/repository/maven-snapshots/
📌 Example PR with required changes: camunda-community-hub/community-hub-extension-example#30
📅 Namespace Migration Schedule
io.zeebe
io.camunda
org.camunda
Thank you for your attention and cooperation!
🔗 Migration details are available here:
Migration to Sonatype Central Portal — How To? (FAQ)
Beta Was this translation helpful? Give feedback.
All reactions