cvs tag ignored
---------------

         Key: CONTINUUM-370
         URL: http://jira.codehaus.org/browse/CONTINUUM-370
     Project: Continuum
        Type: Bug
  Components: continuum-core  
    Versions: 1.0    
 Environment: maven-2.0.0, contiuum-1.0
 Reporter: Ryan Sonnek


Continuum ignores the CVS tag attribute set on a maven2 project.  You can 
configure the branch/version for the build using the "edit project" page, but 
it should respect the tag in the pom.xml

example pom.xml:
  <scm>
    <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:project/</connection>
    <developerConnection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/cvs:project/</developerConnection>
    <tag>VERSION_1_0</tag>
  </scm>

Continuum output:
2005-10-26 13:13:15,015 [Thread-1] DEBUG ScmManager                     - 
Command line: cvs -f -d :pserver:[EMAIL PROTECTED]:2401/cvs -q checkout -d 2 
project

I could be misunderstanding the purpose of the scm tag.  Any clarification on 
this would be appreciated.

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to