[
https://issues.apache.org/jira/browse/SCM-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961126#comment-17961126
]
ASF GitHub Bot commented on SCM-349:
------------------------------------
jira-importer opened a new issue, #567:
URL: https://github.com/apache/maven-scm/issues/567
**[Ken
Turner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=kbturner)**
opened
**[SCM-349](https://issues.apache.org/jira/browse/SCM-349?redirect=false)** and
commented
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.
---
**Affects:** 1.0
2 votes, 2 watchers
> 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)