Documentation minor error
Hi all,
I think I have spotted a small error in the documentation (I don't know if I have to create a Jira issue for that).
In user guide - chapter "15.4. Convention Properties" - Table 15.3. Java Plugin - Directory Properties, we found :
testResourceDirNames testResourceDirs main/resources [ srcRoot/main/resources]
I think it should be :
testResourceDirNames testResourceDirs [test/resources] [ srcRoot/test/resources]
Regards,
Joel Costigliola