Affected version
3.3.0, 3.4.0
Bug description
I'm using a custom profile to add an extra war as a webmodule. all webmodules define a bundleFileName. When running with the custom profile, the bundleFileName of all other webModules are reset to default.
Removing bundleFileName from the profile makes the behaviour inconsistent, it might be an ordering thing in that scenario.
Reproduction pom (just using random wars from maven central as an example)
pom.xml
Tested with current minor and previous minor, both are affected.