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
|
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