Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-releng] CBI Build output

Some other possibilities to publish CBI build output:
1. Copy repositories somewhere under download.eclipse.org (from Hudson, it's just adding a shell script with a cp)
2. Use "mvn deploy" with nexus-unzip-plugin from Tycho installed which will put the repo on Nexus

I believe 1 is probably the most convenient for developers who want to give a try to latest build because:
* They don't have to download and then unzip a file, they can directly access an URL
* download.eclipse.org is probably faster than Nexus or Hudson to deliver content
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top