Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-14
    Summary: Use the cvs tag in the checkout directory
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin
   Versions:
             1.2

   Assignee: Brett Porter
   Reporter: Maurice Montgénie

    Created: Thu, 1 Jul 2004 3:36 PM
    Updated: Thu, 1 Jul 2004 3:36 PM

Description:
I'd like to have the cvs tag in the checkout directory so i could work on the trunk 
and on a branch at the same time.

Something like 

    <j:set var="value" value="${maven.scm.cvs.sticky.tag}"/>

    <j:if test="${!empty(value)}">
      <j:set var="msg" value="${msg}; using tag: ${value}" />  

      <j:set var="maven.scm.bootstrap.pom.dir" 
value="${maven.scm.checkout.dir}/${maven.scm.cvs.module}-${value}"/>    
    </j:if> 



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to