Did you try using the -N command line switch for Maven?
mvn -N site:site Guillaume Boucherie wrote:
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
-- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
