Hello Mick. You probably want to use the [EMAIL PROTECTED] mailing list. Anyway your problem is probably best solved by profiles. You can define the module list in a profile. So your basic set of modules can be just the short one and have a complete list in a profile. then you run the build with mvn -Pcomplete install to build everything.
Hope that helps Milos Kleint On 9/20/07, Mick Semb Wever <[EMAIL PROTECTED]> wrote: > Newbie question here. I think i'm on the correct list. > > I have a project with a huge amount of modules. > Most developers will not need to build the whole stack of projects so i'd > like to make it possible for them to define just a custom list of modules > that should be built. > > So i've written a mojo that reads my custom configuration file that holds > a list of modules the developer is interested in. > Manipulating the MavenProject's projects list doesn't work. > And i don't know how to access the ReactorManager so to blacklist the > modules not listed. > > Can anybody point me in the right direction? > > I don't want the user to edit the module list directly in the pom.xml > That is, I want the user to edit a custom file that is ignored by the > version control system in place. > There seems no way to edit the module list in settings.xml > > ~mck > > -- > "If you have any trouble sounding condescending, find a Unix user to show > you how it's done." Scott Adams > Homepage - www.wever.org | Sesam Search Engine - www.sesam.no > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
