Uploaded image for project: 'Maven SCM'
  1. Maven SCM
  2. SCM-349

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 1.0
    • None
    • None
    • Windows XP Pro SP2

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            kbturner Ken Turner
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: