Ah, thanks. I hadn't looked at that section. I found the property setting here:
http://maven.apache.org/scm/cvs.html Might want a pointer on that page to the advanced features page. Thanks again. -- Daniel Siegmann FJA-US, Inc. 512 Seventh Ave., New York, NY 10018 (212) 840-2618 ext. 139 -----Original Message----- From: Steven Rowe [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 6:59 PM To: Maven Users List Subject: Re: Use native CVS by default Hi Daniel, The plugin docs reveal all; from <http://maven.apache.org/scm/plugins/examples/scm-advance-features.html> : If you want to change the default scm provider implementation, for exemple you want to use the native cvs instead of the pure java implementation, you must configure your plugin like that: [...] <build> [...] <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-plugin</artifactId> <configuration> <providerImplementations> <cvs>cvs_native</cvs> </providerImplementations> </configuration> </plugin> [...] </plugins> [...] </build> [...] Steve --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
