You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Chris Stoughton <ch...@gmail.com> on 2009/03/12 23:06:39 UTC

project exists in cvs; how to check whether there are updates and then build?

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 to get a local copy of the project,
in the targets directory.

Thanks.