Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dash-dev] Maven Repository at Eclipse

On 11 Mar 2011, at 19:07, David Carver <d_a_carver@xxxxxxxxx> wrote:

> At Eclipse, Milestones don't stay around forever.  We could deploy them to a release, but in general they aren't long term artifacts at eclipse.

I agree - but they are useful for testing against. I've reported several bugs against Virgo and EclipseLink against their milestone releases specifically because they were available. 

The other aspect is of course that our first clients will need/want to put their milestones (which are explicitly not snapshots) somewhere. 

We may want to segregate the non-snapshot repository into 2 parts; milestones and releases. Nexus can then present them as a unified whole but maybe we reserve the right to clean out milestones or put them to eg archive. 

> The tools like FindBugs, CheckStyle, Tycho itself, JavaDoc, and standard plugins are used by the builds themselves.   Plus there are going to be coming some specific Maven plugins for eclispe related items. (i.e signing etc).  

True, we need to consider a plugin repository cache/proxy at least. The question is: would a repository for maven plugin resolution be sufficient?

> And the settings.xml for the hudson user will need to have the mirror statement set to pull from the maven.eclipse.org repo instead.

Yup, but maybe only for pluginRepository?

Alex

Back to the top