Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-committers] What is the best way to publish an Eclipse repository version (update site and products) AND a Maven repository version ?

This EMF job you point at could already work with Njord as I see :)

https://maveniverse.eu/docs/njord/

As I see, the job does some sort of local staging, and exactly that
does Njord as well:
you stage stuff locally, and once done:

mvn njord:publish

and done.

T

On Thu, Jul 3, 2025 at 3:54 PM Edward Willink via
eclipse.org-committers <eclipse.org-committers@xxxxxxxxxxx> wrote:
>
> Hi
>
> My longstanding problem too. https://github.com/eclipse-ocl/org.eclipse.ocl/issues/1901 for which my latest observation was:
>
> "EMF also publishes to Maven central:
>
> https://ci.eclipse.org/emf/job/maven-publish/";
>
> Also: The recent: "Re: [cross-project-issues-dev] OSSRH Service: EOL June 30th, 2025" references
>
> https://central.sonatype.org/publish/publish-portal-maven/#automatic-publishing
>
> which makes it look really easy.
>
> I await a working really easy example to clone.
>
> (Emulating EMF is well worthwhile since Ed Merks has much wider awareness and the influence to encourage others to solve problems.)
>
> Regards
>
> Ed Willink
>
>
>
> On 02/07/2025 21:24, Tamás Cservenák via eclipse.org-committers wrote:
>
> Hi,
>
> given you have a Maven (Tycho) build, simplest would be to use Njord.
> But I am not quite in Tycho, so Christoph Laubrich should chime in here.
>
> For me, as ASF Maven dev and PMC (also on Eclipse Sisu) that bit is really hazy:
> "This is necessary for Maven to push the build to the proper Maven
> Central release staging area."
>
> Thanks
> T
>
> On Wed, Jul 2, 2025 at 9:32 PM Laurent Redor via
> eclipse.org-committers <eclipse.org-committers@xxxxxxxxxxx> wrote:
>
> Hi,
>
> I'm taking the liberty of transferring here a topic posted to the Help Desk channel in case this topic speaks to one of you: Issue 6329 "What is the best way to publish an Eclipse repository version (update site and products) AND a Maven repository version ?".
>
> Thank you in advance for any answers.
>
> Regards,
>
> Laurent Redor
>
> _______________________________________________
> eclipse.org-committers mailing list
> eclipse.org-committers@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse.org-committers
>
> _______________________________________________
> eclipse.org-committers mailing list
> eclipse.org-committers@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse.org-committers
>
> _______________________________________________
> eclipse.org-committers mailing list
> eclipse.org-committers@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/eclipse.org-committers


Back to the top