includes/excludes wont work with scm:checkout since it requires files physically exist to do the filtering.
includes/excludes is ANT pattern -D On Thu, Mar 5, 2009 at 2:16 PM, Paul Roberts <[email protected]> wrote: > 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? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
