Hi, Is there a way to skip subprojects in site generation. Let see an example: project |-- subproject1 | `-- pom.xml |-- subproject2 | |-- subproject21 | | `-- pom.xml | |-- subproject22 | | `-- pom.xml | `--pom.xml `-- pom.xml
How can I disable site generation for subproject2, subproject21 and subproject22 ? Thanks -- CletteBou clettebou.miniville.fr
