Hi Brett, > - disable parent copying for now, it's broken (infinite loop)
This option sounds good to me! Good point! Maybe that we could reopen the MNG-661 and remove the module links for now? > - fix detection of files to correct two bugs: site.xml was incorrectly > detected as a dupe of site.apt and identical filenames in different paths Maybe we could update the user's document for: http://maven.apache.org/maven2/site.html "Creating a Site Descriptor" part. > were incorrectly marked as dupes Did you try to run the following test? components\maven-plugins\maven-site-plugin\src\test\projects\site-plugin-tes t5 As of now, it seems that no exception is thrown. Thanks to have a look! Moreover, I think we could use the new FileUtils.getFileNames method from the 1.0.2-SNAPSHOT version of plexus-utils: it provides a name search as non case sensitive. Thoughts? Cheers, Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
