How to checkout a CVS file as part of a goal in a POM

2007-11-06 Thread Lyle Harris
Greetings, I'm trying to use SCM to checkout an XML Schema as part of a Maven2 project. The Schema file is in CVS and I'd like to type mvn package and have the file checked out and compiled and placed in the resulting jar file. I've seen references to mvn scm:checkout but would not like to have

Re: How to checkout a CVS file as part of a goal in a POM

2007-11-06 Thread Dan Tran
bind scm:checkout to a phase before package phase, then you are all set On 11/6/07, Lyle Harris [EMAIL PROTECTED] wrote: Greetings, I'm trying to use SCM to checkout an XML Schema as part of a Maven2 project. The Schema file is in CVS and I'd like to type mvn package and have the file