Each time you need to run a test or precompile from IDEA IDE (imported Maven project), there are compilation issues forcing us to remove groovy files from project description, which are appearing back after reimporting which makes it problematic.
Andrzej Wójcik (Tigase) commented 5 years ago
After the review of the issue, I've found out that it is caused by old converter groovy scripts which are no longer maintained and even incomplete. As I've checked the converter was deprecated back 2016, so I've removed this code to fix the issue.
Each time you need to run a test or precompile from IDEA IDE (imported Maven project), there are compilation issues forcing us to remove
groovy
files from project description, which are appearing back after reimporting which makes it problematic.