Re: Publish snapshot from Hudson
Niklas Gustavsson <[email protected]>
| Newsgroups | gmane.comp.jakarta.repository |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Feb 4, 2011 at 12:12 PM, Lukasz Lenart <[email protected]> wrote: > 2011/2/4 Francis De Brabandere <[email protected]>: >> You can just do a mvn clean deploy to get your artifacts in nexus > > Yes, I know that but: > - it's slow - I have 6Mb network connection with 0,5 Mb upload only, > so it takes around an hour to upload everything > - I have to monitor changes to source code all the time - not really > efficient and doesn't work good for other teammates > - Hudson already did the, just one more step, upload everything into > the repository I'm guessing Francis meant that you can run mvn deploy from the ASF Hudson and it will automatically publish snapshots (given that you have the correct repository settings). /niklas