On Tue, Oct 6, 2009 at 4:05 PM, Christian Breuer <[email protected]> wrote: > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>build-helper-maven-plugin</artifactId> > <version>1.1</version> > <executions> > <execution> > <id>add-source</id> > <phase>generate-sources</phase> > <goals> > <goal>add-source</goal> > </goals> > <configuration> > <sources> > <source>[YOUR SOURCE DIRECTORY 2]</source> > <source>[YOUR SOURCE DIRECTORY 3]</source> > </sources> > </configuration> > </execution> > </executions> > </plugin> > > http://docs.codehaus.org/display/SONAR/Collect+data#Collectdata-NonMavenprojects%28sonarlightmode%29 > > best regards
Wunderful Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
