[ http://jira.codehaus.org/browse/MNG-354?page=comments#action_54215 ]
Vincent Massol commented on MNG-354: ------------------------------------ This issue was closed with a "fixed" status but I don't think it was ever implemented. The goal here is to be able to tell the build which module to build or not to build based on a condition. What has been implemented is the ability to change build properties according to conditions but all the modules will always build AFAIK. > Add ability to select modules to build based on a configuration > --------------------------------------------------------------- > > Key: MNG-354 > URL: http://jira.codehaus.org/browse/MNG-354 > Project: Maven 2 > Type: Wish > Components: Plugins and Lifecycle > Versions: 2.0-alpha-1 > Reporter: Vincent Massol > Fix For: 2.0-alpha-3 > > > Imagine the following directory structure: > .../containers/ > |_ tomcat/ > |_ resin/ > |_ [...] > Each directory is an m2 project. If I go in containers/ and I type "m2 > install", it'll build all modules defined in its POM, i.e. tomcat/, resin/, > etc. > I would like a way to exclude some modules based on a configuration. This is > because the person building those projects may not have a container installed > locally so he may want to only build some part of the total build. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
