Steps to reproduce

1) install the parent pom ('mvn install')
2) cd into the 'modules' directory
3) build the site ('mvn site')
4) verify that javadoc wasn't built in either of the modules
5) cd into one of the module directories
6) build the site ('mvn site')
7) verify that javadoc was build in the module

