2009/12/3 Alasdair Nottingham <[email protected]> > Thanks, > > I don't know what it is for either. >
looks like the "Aries" build does "mvn clean install", whereas the "Aries - Deploy" build does "mvn clean deploy" (unsurprisingly) install means artifacts are built, tested, and copied to the local Maven repository on the build machine deploy means artifacts are also uploaded to the remote repository configured in <distributionManagement> for Apache projects using Nexus this is usually: https://repository.apache.org/content/repositories/snapshots/ for Apache projects not using Nexus it would be: http://people.apache.org/maven-snapshot-repository/ you don't want deploy running too often, it's a convenience for people who need the artifacts but don't want to build from source some projects don't have a deploy build on Hudson, instead their release managers deploy new snapshots from time to time... HTH Alasdair > > 2009/12/2 Niklas Gustavsson <[email protected]>: > > On Tue, Dec 1, 2009 at 3:38 PM, Alasdair Nottingham > > <[email protected]> wrote: > >> I'll take once an hour. 24 times better than now :) > > > > I've changed the "Aries" build to check for SVN changes every hour. > > There is also a "Aries - Deploy" build that currently runs once a > > week. As I did not fully understand the purpose of this built, I left > > it unchanged for now. > > > > /niklas > > > > -- > Alasdair Nottingham > [email protected] > -- Cheers, Stuart
