Hi Brett,
----- "Brett Porter" <[email protected]> wrote: > On 14/01/2011, at 12:56 PM, [email protected] wrote: > > > + <exclude>**/**.xslt</exclude> > > Why are these ecxcluded? Those xlst files were obtained from -> http://www.jroller.com/DhavalDalal/entry/incorporating_partcover_for_nant_builds ( this is for the part-cover-plugin). I've actually sent an email to the author, but got no reply that's why I excluded them. > > > + <exclude>**/target/**</exclude> > > Isn't this excluded by default? There are target folders (site/target, npanday-it-runner/target, netplugins/**/javabinding/target) that are not excluded by default (because they are not included in the <modules> in the pom where I added the apache-rat-plugin configuration so I added them in the <excludes>). I'll change the config of the exclusion of these folders to be more specific. > > > + > <exclude>**/src/main/java/NPanday/Plugin/Addin/AutomationExtensibilityMojo.java</exclude> > > + > <exclude>**/src/main/java/NPanday/Plugin/Devenv/DevenvMojo.java</exclude> > > + > <exclude>**/src/main/java/NPanday/Plugin/Settings/SettingsGeneratorMojo.java</exclude> > > + > <exclude>**/src/main/java/NPanday/Plugin/SysRef/SysRefMojo.java</exclude> > > + > <exclude>**/src/main/java/NPanday/Plugin/Msbuild/MsbuildMojo.java</exclude> > > Why are these excluded? Those java files are generated on the netplugins module (not under svn control), so I excluded them as well. > > - Brett > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > http://au.linkedin.com/in/brettporter -- Thanks, liit
