Re: [maven-site-plugin] skip subprojects

2007-10-11 Thread Dennis Lundberg
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 |

[maven-site-plugin] skip subprojects

2007-10-10 Thread Guillaume Boucherie
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