Re: Deploy snapshots to Maven repo?

2012-02-23 Thread sebb
On 24 February 2012 03:08, Benson Margulies wrote: > On Thu, Feb 23, 2012 at 8:51 PM, sebb wrote: >> Do any of the build systems support deployment of Maven snapshots? >> > > yes. > >> If so, how can this be added to a build? > > In Jenkins by ticking the box in the job config or adding 'deploy'

Re: Deploy snapshots to Maven repo?

2012-02-23 Thread Benson Margulies
On Thu, Feb 23, 2012 at 8:51 PM, sebb wrote: > Do any of the build systems support deployment of Maven snapshots? > yes. > If so, how can this be added to a build? In Jenkins by ticking the box in the job config or adding 'deploy' to the list of maven goals.

Deploy snapshots to Maven repo?

2012-02-23 Thread sebb
Do any of the build systems support deployment of Maven snapshots? If so, how can this be added to a build?