I've been trying to get includes or excludes to work with the scm plugin
without success.

What I'd like to do is just check out the project's java and javascript
files from cvs. I've tried configuring the plugin like this in my pom.xml
file:

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-scm-plugin</artifactId>
        <version>1.1</version>
        <configuration>
                <includes>*.java,*.js</includes>
                <scmVersion>JULY_2009_REL</scmVersion>
                <scmVersionType>branch</scmVersionType>
        </configuration>
</plugin>

I end up getting all the files for the project. Doesn't seem to matter what
regular expresssion I put in there.

Does anyone have an example of using th includes parameter with
scm:checkout?

Reply via email to