[ http://jira.codehaus.org/browse/MNG-354?page=comments#action_54216 ]
Vincent Massol commented on MNG-354: ------------------------------------ Ah forget that. I just re-read http://maven.apache.org/guides/introduction/introduction-to-profiles.html and I've seen that modules can be modified by a profile so that should work just fine. > 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]
