You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Guillaume Boucherie <gu...@gmail.com> on 2007/10/10 17:21:05 UTC

[maven-site-plugin] skip subprojects

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

Re: [maven-site-plugin] skip subprojects

Posted by Dennis Lundberg <de...@apache.org>.
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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org