Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.0.1
-
None
-
None
Description
Let's say you have the next path
/src/main/resources/50____rootArtifactId__.ui/ |---local___rootArtifactId__.properties |---prod___rootArtifactId__.properties
I want to achieve
/src/main/resources/50_demoApp.ui/ |---local_demoApp.ui.properties |---prod_demoApp.ui.properties
The console output
[WARNING] Property '_rootArtifactId' was not specified, so the token in 'src/main/resources/////50___rootArtifactId__.ui/local___rootArtifactId__.properties
Workaround
Avoid adding as a prefix/suffix extra underlines
50.__rootArtifactId__.ui