google / google-java-format

Reformats Java source code to comply with Google Java Style.
Other
5.55k stars 851 forks source link

Please publish to the Eclipse marketplace #255

Open elharo opened 6 years ago

elharo commented 6 years ago

and provide an update site

ieugen commented 6 years ago

Hi,

Having both would be a great thing. Any way we can help out? I'm not familiar with the eclipse process.

elharo commented 6 years ago

http://marketplace.eclipse.org/quickstart

However, for code signing and attribution reasons, I expect this issue needs to be handled by a Googler.

kwin commented 4 years ago

One can use bintray to host the p2 update site: https://blog.bintray.com/2014/03/11/hosting-your-eclipse-update-site-p2-on-bintray-com/. One example for this is at https://github.com/kwin/cppcheclipse/tree/master/com.googlecode.cppcheclipse.repository

Maybe in the future one could use https://github.com/features/package-registry for the same but currently there is IMHO no support for P2 repos.

m273d15 commented 4 years ago

Maybe in the future one could use https://github.com/features/package-registry for the same but currently there is IMHO no support for P2 repos.

You can also host your update site via GitHub Pages (we do this).

chkpnt commented 2 years ago

There is at least one extension by Google available via the marketplace, so publishing google-java-format shouldn't be impossible 😉

grafik
CsCherrYY commented 1 year ago

+1 it would be great if we can have a p2 repository for the eclipse plugin.