In Maven 1 properties:

maven.scm.tag=BRANCH_TAG_NAME
See:
http://maven.apache.org/reference/plugins/scm/properties.html

In Maven 2 POM:

<scm>
        ...
        <tag>BRANCH_TAG_NAME</tag>
        ...
</scm>
See:
http://maven.apache.org/maven2/maven-model/maven.html#class_Scm

I haven't used Maven 2 myself yet, but that's what the docs say.

Jay

-----Original Message-----
From: Jon Strayer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, September 20, 2005 2:32 PM
To: Maven Users List
Subject: Working with Branches

Today, for the first time ever, I needed to branch a project in CVS. How do
I access that branch with Maven?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to