Hi JC,

Have you tried using <moduleExcludes> instead? You may refer to:
http://maven.apache.org/plugins/maven-site-plugin/site-mojo.html#moduleExcludes.

Hope this helps.

Dawn


JC Walmetz wrote:
> 
> I have a pom with several modules. I'd like to exclude some of the modules
> from the site.
> 
> I have tried  the excludeModules optin as mentionned in the doc. It seems
> not to works. Modules are still in the generated site.
> <build>
>     <plugins>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-site-plugin</artifactId>
>         <configuration>
>           <excludeModules>fml</excludeModules>
>         </configuration>
>       </plugin>
>     </plugins>
>   </build>
> 
> What's wrong in my declaration ? Is it a bug ?
> 

-- 
View this message in context: 
http://www.nabble.com/Exclude-modules-from-site-tf2610656s177.html#a7315394
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to