On 1/29/2013 4:31 PM, Richard Eckart de Castilho wrote: > Am 28.01.2013 um 16:47 schrieb Marshall Schor <[email protected]>: > >> I've asked for an opinion on the Legal discuss list regarding if it is OK to >> have convenience builds pull artifacts from a univeristy (non-Maven >> controlled) >> repository, since I see that textmarker is referencing >> zoidberg.ukp.informatik.tu-darmstadt.de > > These are only Eclipse artifacts that I uploaded on our repository explicitly > for enabling a Jenkins / Maven build without any extra setup. Now we know > this works, it could be considered to do a third-party upload of these > artifacts to Maven Central or host them anywhere else convenient. I'm not > sure if Maven Central has a special policy regarding OSGi bundles… some > artifacts appear to be in the "official" Maven Central, others are in that > "special Eclipse" folder on central. > > Any ideas where those artifacts can best be hosted?
Maven central sounds like a great place :-). If you know how to do this, why not take a run at doing it? I do note that the builds I'm doing are complaining about missing POMs for some of these, so if you do it, I hope the POMs come with it: [WARNING] Missing POM for org.eclipse.equinox:app:jar:1.0.0 [WARNING] Missing POM for org.eclipse.emf:ecore:jar:2.4.0 [WARNING] Missing POM for org.eclipse.emf.ecore:xmi:jar:2.4.0 [WARNING] Missing POM for org.eclipse.dltk:core:jar:3.0.0 [WARNING] Missing POM for org.eclipse.dltk:ui:jar:3.0.0 [WARNING] Missing POM for org.eclipse.dltk:debug:jar:3.0.0 -Marshall -Marshall > > -- Richard >
