-
I'm currently trying to a build repository containing all 3rd party plugins (as well as their sources) that we use for our application, using the My current guess is that all sources are omitted, that lack certain OSGi headers (most likely Is there a general way to create those missing elements? For the Maven artifacts, it should in principle be possible to check, whether a source jar is available. So I would assume that only "only" needs to rebundle the sources to make this work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
In general there is no need for any special "building":
If that don't work, please explain why and we might find a solution :-) After that, think about if you really want such a site, there are usually better alternatives today (e.g. simply include them in your repository for the product using repository filtering) or just not mirror the item in the first place, e.g. PDE + m2e can already gather sources on demand. |
Beta Was this translation helpful? Give feedback.
In general there is no need for any special "building":
category.xml
and add all bundles (without sources!)If that don't work, please explain why and we might find a solution :-)
After that, think about if you really want such a site, there are usually better alternatives today (e.g. simply include them in your repository for the product using repository filtering) or just not mirror the item in the first place, e.g. PDE + m2e can already gather sources on demand.