Document how to exclude a module. For example: ```groovy configurations.aggregateJavadocClasspath { exclude module: 'module2' } ```