[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
> Am 24.03.2015 um 11:44 schrieb David Bosschaert <david.bosschaert@xxxxxxxxx>:
> Just wondering about one thing. It would be nice if someone could
> upload the generated bundles into Maven Central so that people can
> easily consume them. I understand that Eclipse as an organisation can
> maybe not do this, but maybe individual contributors could?
You mean like this:
http://oss.jfrog.org/oss-snapshot-local/com/runolarity/osgi/bundles/
The thing is, only the Eclipse Foundation can publish stuff under the "org.eclipse." groupId namespaces. Thus, I came up with the workaround to use a dummy groupId which gets filled in at build time.
The infrastructure is currently here:
https://github.com/runolarity/osgi-bundles
If such a service makes sense I could setup a cron job that checks EBR for new commits and then kicks of a rebuild of the bundles. Publishing to Maven Central is a possibility too. But then we need to have a story for "releases" vs. "snapshots" which I did not put much thought into yet.
-Gunnar