I'm struggling withe certain aspects os the StarTeam SCM plugin. Here's a
snippet from my pom.xml file:
<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>
When I run a MVN scm:checkout, the version information seems to be
recognised, but the includes spec seems to be ignored; no matter what
values I provide (and the same argument applies to exclude specs),
everything is checked out. It looks as though the version info is being
converted into a parameter for the STCMD command, but the include/exclude
info is ignored.
Am I doing something wrong, or have I hit a glitch?
--
View this message in context:
http://www.nabble.com/maven-scm-provider-starteam-tf4647423s177.html#a13275869
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]