It is not an rtag, so it requires that you have a checkout, so: maven scm:checkout -Dmaven.scm.tag=wonka -Dmaven.scm.url=scm:cvs:........:/home/cvs/repository:codetablejb. then in target/checkouts/codetablejb: maven scm:tag -Dmaven.scm.tag=Release_07312005
You could possibly do this within your own plugin that executes them in order. Note that you might like to use scm:prepare-release to do the tagging and update the pom accordingly. Cheers, Brett On 8/1/05, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > cvs branch name = wonka > project name = codetableejb > Tag name = Release_07312005 > > Need to tag project name "codetableejb" in cvs branch name "wonka" with tag > name "Release_07312005" > > maven scm:tag -Dmaven.scm.tag=wonka > -Dmaven.scm.url=scm:cvs:........:/home/cvs/repository:codetablejb. > > Now where do I specify the Tag name=Release_07312005? > > Sanjay > > > > > > On 8/1/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > No, you are not using SVN (at least according to your original mail), > > so you don't use the svn.tag.base property at all. > > > > You just need to use the maven.scm.tag property. > > > > - Brett > > > > On 8/1/05, Sanjay Choudhary <[EMAIL PROTECTED]> wrote: > > > Brett, > > > > > > Just want to confirm. > > > > > > if we want to tag something that is in a cvs branch, in that case tag > value > > > should be specified using maven.scm.tag and branch in which we are > tagging > > > should be specified using maven.scm.svn.tag.base. Pls. confirm if my > > > assumption is correct. > > > > > > Thanks, > > > Sanjay > > > > > > > > > On 7/31/05, Brett Porter <[EMAIL PROTECTED] > wrote: > > > > Not presently. You can use the <ant:cvs /> command to do this until we > > > > have one built in. > > > > > > > > - Brett > > > > > > > > On 8/1/05, Sanjay Choudhary < [EMAIL PROTECTED]> wrote: > > > > > Is there a way to do cvs rtag, w/o checkout the whole project? > > > > > This is what I plan to do > > > > > 1. In the build script , tag a project at 11:00 PM > > > > > 2. Checkout project for a tag. > > > > > 3. Build it > > > > > > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
