Re: Cannot get Maven to build from a cvs tag

2004-10-15 Thread Brett Porter
prepare is intended to be run to do the tagging, so you don't need to do that first. I've never tried running them together. Try splitting it into two commands with perform second. Cheers, Brett On Thu, 14 Oct 2004 13:24:07 -0700 (PDT), Pat Nolan [EMAIL PROTECTED] wrote: I am unable to get

Re: Cannot get Maven to build from a cvs tag

2004-10-15 Thread Pat Nolan
Brett, thanks for the response. The only problem with what you suggest is that I need to release from a branch (other than the main HEAD branch). I'm assuming the prepare goal will tag HEAD with the tag name I specify. This won't work for my situation. I'm trying to do a release from a branch. Any

Re: Cannot get Maven to build from a cvs tag

2004-10-15 Thread Brett Porter
prepare tags whatever you currently have checked out, which should be the branch if that is what you are releasing. On Fri, 15 Oct 2004 06:09:05 -0700 (PDT), Pat Nolan [EMAIL PROTECTED] wrote: Brett, thanks for the response. The only problem with what you suggest is that I need to release from

Cannot get Maven to build from a cvs tag

2004-10-14 Thread Pat Nolan
I am unable to get Maven to grab the correct tag when building. It seems to be getting HEAD, rather than the tag I specify. This is the scenario: There is one branch in my CVS repository. I finished bug fixes on this branch and tagged the head of this branch as rel_1-0-3. Then I called Maven with