Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-13 Thread Chris Stoughton
Thanks for the pointer. I'll read the continuum docs and join that list if necessary. On Thu, Mar 12, 2009 at 10:47 PM, Wendy Smoak wrote: > On Thu, Mar 12, 2009 at 8:30 PM, Chris Stoughton > wrote: > > I have continuum installed, but I need to install a Maven2 build. > > > > 1. Does continu

Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Wendy Smoak
On Thu, Mar 12, 2009 at 8:30 PM, Chris Stoughton wrote: > I have continuum installed, but I need to install a Maven2 build. > > 1.  Does continuum detect that there is a change in cvs? > 2.  Given that there is a change, what phase of maven does the cvs > checkout? Probably best to come join us o

Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Chris Stoughton
I have continuum installed, but I need to install a Maven2 build. 1. Does continuum detect that there is a change in cvs? 2. Given that there is a change, what phase of maven does the cvs checkout? Sorry, this must be obvious once you see it -- thanks! On Thu, Mar 12, 2009 at 9:35 PM, Wendy

Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Wendy Smoak
On Thu, Mar 12, 2009 at 7:32 PM, Chris Stoughton wrote: > I have a java project that is in cvs.  I want to use mvn to check whether > there are any change in the cvs repository and, if so, update, and build. The easiest way would be to install one of the many continuous integration servers (Cont

first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Chris Stoughton
I suspect this is a solved problem, but I can't find an example or description. I am starting to use Maven2. I have a java project that is in cvs. I want to use mvn to check whether there are any change in the cvs repository and, if so, update, and build. I managed to get the scm:bootstrap goal