Currently we do not verify if an artifact copied by the autodeploy feature is part of a specific source folder. This leads into problems if multiple directories contain for some reasons .war or .ear artifacts (e.g. in a docker setup)
Solution:
Introduce new property "Source directory".
By defining a regex we can filter for specific source artifacts to be copied by autodeploy feature
Currently we do not verify if an artifact copied by the autodeploy feature is part of a specific source folder. This leads into problems if multiple directories contain for some reasons .war or .ear artifacts (e.g. in a docker setup)
Solution: Introduce new property "Source directory". By defining a regex we can filter for specific source artifacts to be copied by autodeploy feature