Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-committers] Heads up: JFrog is terminating Bintray and JCenter

Hi Fabio,
If it is `Any http(s)` you could try https://surge.sh/

Sun Tan

Senior Software Engineer

Eclipse Che - CodeReady Workspaces @ Red Hat

also Paris JUG Leader

Red Hat Paris

sutan@xxxxxxxxxx    
M: +33621024173    



On Fri, Feb 5, 2021 at 3:54 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
Hi Fabio,

One more experimental but more promising approach:
You can totally use whchever (eg Sonatype OSSHR) Maven repository to deploy to deploy your artifacts (bundles, features...) the pure Maven way (eg `mvn deploy`). Then you can build a p2 repo that references those artifacts from Maven and use the new shiny remap-artifacts-to-m2-repo ( https://wiki.eclipse.org/Tycho/Release_Notes/2.3#A_mojo_to_remap_Maven_artifacts_to_Maven_URLs_in_artifact_repository ) to make your p2 repository just reference Maven artifacts. Then you only have to care about publishing a content.xml/artifact.xml couple; those can for example fit in a GitHub repository.
There are limitations, drawbacks and so on; especially since the remap mojo is only 2-days-old, but it has the potential of greatly simplifying p2 repo hosting as it basically becomes rmuch closer to egular Maven artifacts hosting.
If you're more curious or have more questions, please join the tycho-user@xxxxxxxxxxx mailing-list.

HTH
_______________________________________________
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