Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.3.5
-
None
-
None
Description
The <module> tag in the IDEA project file supports a 'group' attribute, for grouping related projects. This maps neatly to the use of project nesting in a buildr buildfile IMO.
I am attaching a patch that sets the group attribute to the project name, minus the first and last elements
e.g. "a:b:c:d" => group="b/c"