The <includes> and <excludes> parameters appear not to work with a StarTeam 
scm:checkout
----------------------------------------------------------------------------------------

                 Key: SCM-349
                 URL: http://jira.codehaus.org/browse/SCM-349
             Project: Maven SCM
          Issue Type: Bug
          Components: maven-scm-provider-starteam
    Affects Versions: 1.0
         Environment: Windows XP Pro SP2
            Reporter: Ken Turner


I used this snippet of code:

      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-scm-plugin</artifactId>
        <version>1.0</version>
        <configuration>
          <includes>build.xml</includes>
          <scmVersion>0.1.0.54</scmVersion>
          <scmVersionType>tag</scmVersionType>
        </configuration>
      </plugin>

No matter what values I used in the <includes> (or <excludes>) parameters, 
everything was checked out;  the version info appeared to be correctly 
converted into a parameter for the generated STCMD command, but the 
include/exclude info was not.  No error was reported.

-- 
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