On Fri, 2018-11-09 at 13:50 +0100, Georg Henzler wrote: > +1 to move the tests closer to the code. > > Regarding the path src/test/it (mentioned in the wiki page): > Shouldn't > we rather stick with src/test/java for both ITs and regular tests > and > just use the standard name conventions as configured by default for > plugins surefire/failsafe maven plugins, that is *Test.java [1] for > unit > tests and *IT.java [2] for integration tests?
Yes, you're right. I'll update the wiki page. And also this is what I'm doing in my POC, see [3] Robert []3; https://github.com/apache/sling-org-apache-sling-servlets-get/compare/feature/SLING-7936
