Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Pushing plugins in maven style, which repository to use?

The platform publishes SNAPSHOTS to repo.eclipse.org:

https://ci.eclipse.org/releng/view/Publish%20to%20Maven/
https://repo.eclipse.org/content/repositories/eclipse-snapshots/


Tycho has 4.0.0 snapshots there too:


https://repo.eclipse.org/content/repositories/tycho-snapshots/


Jobs like this one even publish to Maven central when there is a release:


https://ci.eclipse.org/releng/view/Publish%20to%20Maven/job/PublishJDTtoMaven/


EMF also publishes to Maven central:


On 16.12.2022 10:38, RADERMACHER Ansgar wrote:

Dear all,


in the context of a collaboration with OBEO, we have dependencies from a non-OSGI project to Eclipse plugins, notably Papyrus SW designer and UML2. This means that we cannot use the available p2 update sites.

In case of Papyrus SW designer, we pushed a snapshot via a "mvn clean deploy" to a subfolder in repo.eclipse.org [1]. In case of UML2, we entered into a discussion what should be the right repository to use, see [2] . The resulting questions are


- Which is the recommended repository and sub-folder for pushing plugins? Is that maven central?

- Do jenkins jobs running on ci.eclipse.org have the right to push/deploy to this repository? This is the case for repo.eclipse.org, but likely not for others

- Is there a particular setup to do (besides adding distributionManagement tags to pom.xml)?

Sorry, if these questions have already been asked, but I could find the information.

Best regards

Ansgar

[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=581203.



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top