I am having trouble configuring AutoDeriv rules for a nested multi-module Maven project. The project is structured like.
parent0
+-parent1
¦ +-moduleA
¦ +-moduleB
+-root1
The rules I want should be roughly as follows:
- Mark all 'target' directories derived everywhere
- For directories 'parent0' and 'parent1', mark all subdirectories as derived
I made a quick sketch of the structure at https://github.com/eaaltonen/autoderiv-nested-modules/tree/master