Re: [m2] How to exclude modules from site:site

2007-09-07 Thread Mick Knutson
Thanks so much! On 9/7/07, Tim Kettler <[EMAIL PROTECTED]> wrote: > > module-2/pom.xml: > > [...] > > maven-site-plugin > >false > > > [...] > > Mick Knutson schrieb: > > How would I configure that for just one module? > > > > ROOT:pom.xml > >|-->module-1: pom.

Re: [m2] How to exclude modules from site:site

2007-09-07 Thread Tim Kettler
module-2/pom.xml: [...] maven-site-plugin false [...] Mick Knutson schrieb: How would I configure that for just one module? ROOT:pom.xml |-->module-1: pom.xml (Generate site) |-->module-2: pom.xml (DO NOT Generate site) |-->module-3: pom.xml (Generate site)

Re: [m2] How to exclude modules from site:site

2007-09-07 Thread Mick Knutson
How would I configure that for just one module? ROOT:pom.xml |-->module-1: pom.xml (Generate site) |-->module-2: pom.xml (DO NOT Generate site) |-->module-3: pom.xml (Generate site) On 9/7/07, Tim Kettler <[EMAIL PROTECTED]> wrote: > > Hi, > > have you tried false in the > site-plugin

Re: [m2] How to exclude modules from site:site

2007-09-07 Thread Tim Kettler
Hi, have you tried false in the site-plugin's configuration [1]? -Tim [1] http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html Mick Knutson schrieb: I have a multi-module project that when I run site:site, there are some modules I want to exclude. This is due to a strange bug i

[m2] How to exclude modules from site:site

2007-09-07 Thread Mick Knutson
I have a multi-module project that when I run site:site, there are some modules I want to exclude. This is due to a strange bug in ant-run where I get PMD errors when this modules runs site:site. I do not have time to spend on that error as I have already posted that here several times with zero r