With the following I get a folder called folder under another/source/folder. It's the right place in the hierarchy, but not the right name, it seems to ignore the name property.
If I take out the group property then I get a folder called "ReplacementName" at the root of the project (which is what you'd expect with no group specified).
With the following I get a folder called
folder
underanother/source/folder
. It's the right place in the hierarchy, but not the right name, it seems to ignore thename
property.If I take out the
group
property then I get a folder called "ReplacementName" at the root of the project (which is what you'd expect with no group specified).