Hi Christophe,
When launching the "mvn sonar:sonar" command on your multi-modules project,
you just have to add the following Sonar property
"-Dsonar.skippedModules=${module_artifact_to_exclude}" and you'll get what
you want.Hope it helps, Freddy ---------------------------------------- Freddy Mallet www.SonarSource.com Sonar.codehaus.org http://twitter.com/FreddyMallet ---------------------------------------- On Wed, Jun 17, 2009 at 1:36 PM, christophe domas < [email protected]> wrote: > Hi, > I have a multi-modules project. One of these modules generates some source > code (from xsd, wsdl, etc) but I don't want to execute some plugins on this > module (checkstyle, pmd, sonar, etc). > In general, is it possible to skip plugin execution on a particuliar module > in a multi-modules project ? > > Thanks >
