[
https://issues.apache.org/jira/browse/SCM-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961129#comment-17961129
]
ASF GitHub Bot commented on SCM-349:
------------------------------------
jira-importer commented on issue #567:
URL: https://github.com/apache/maven-scm/issues/567#issuecomment-2964604477
**[Dan
Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)**
commented
scm:checkout should never work with includes and excludes configurations,
since it requires existing files on the system. and checkout should not have
any files on its path. Should be wont fix.
> 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)