With the help of m2e I would like to incrementally transform *.ivyClass files into *.java files. This works as long as the *.ivyClass files are located in a src directory. Other directories are not watched properly.
Environment
- Operating System: macOS
- JDK version: 17
- Visual Studio Code version: 1.88.1
- Java extension version: 1.30.0
Steps To Reproduce
See example project that can be run with codespaces
https://github.com/ivy-lmu/incremental-build-plugin-example
Current Result

Expected Result
Watch all directories
Additional Informations