How to Detect pom.xml on specific folder in bamboo maven3 builder ?Currently i am specifying exact name of the working sub directory(bamboo automatically detects pom.xml if working subdirectory is specified also it automatically detects at branch level) after writing maven goal. But i want to detect on working subdirectory automatically. Is there a way to write wild cards or regular expressions in working subdirectory level? Can anyone help me here?