Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-alpha-1
-
None
Description
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.