[ https://issues.apache.org/jira/browse/SCM-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964508#comment-17964508 ]
Olivier Lamy commented on SCM-349: ---------------------------------- This project has moved from Jira to GitHub Issues. This issue was migrated to [apache/maven-scm#567|https://github.com/apache/maven-scm/issues/567]. > The <includes> and <excludes> parameters appear not to work with a StarTeam > scm:checkout > ---------------------------------------------------------------------------------------- > > Key: SCM-349 > URL: https://issues.apache.org/jira/browse/SCM-349 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-starteam > Affects Versions: 1.0 > Environment: Windows XP Pro SP2 > Reporter: Ken Turner > Priority: Major > > 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 was sent by Atlassian Jira (v8.20.10#820010)