Hi, I am new to Maven, and I am having a few problems with it. I am trying to use Continuum to build our project, which resides in cvs. I can't access the cvs through http, so I have to access the pom using an SCM url, which Continuum doesn't allow. The project is made up of several modules, but they exist as separate projects, so they do not follow the standard Maven directory structure. I came up with a few solutions, but I don't know how to implement them (or if it is even possible).
1) Use a local pom that sits on the builder machine and pulls the project modules from CVS. This means I need to specify the module location using an SCM url, and I don't know if this is possible. I've tried giving it the url directly: <module>scm:cvs:pserver:[username]:[EMAIL PROTECTED]:my/cvs/address:[moduleName]</module> I've also tried specifying the location in <scm><connection></connection></scm>, but these don't work. 2) Add the project to Continuum as a shell script and leave the pom in cvs, then give Maven the cvs location of the pom when it is about to build. But again, I don't know if it is possible to do this. I already have a working solution, which involves checking out all the modules separately using a script, and then building everything locally. This is a cumbersome solution, and I am hoping to find something more elegant. Thank You, -Val Tarasyuk -- View this message in context: http://www.nabble.com/Accessing-a-POM-Module-in-CVS-tf4528515s177.html#a12921728 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
