[ http://jira.codehaus.org/browse/MSITE-98?page=comments#action_60083 ]
Dennis Lundberg commented on MSITE-98: -------------------------------------- The use case that I have used to verify that this works is commons-compress in the Jakarta-commons sandbox. Running "mvn site" with the current snapshot of the maven-site-plugin will end with an error, complaining about unresolvable entities. Apply the patches for this issue and DOXIA-54 and add this section to the pom for commons-compress: <reporting> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-site-plugin</artifactId> <configuration> <xdocExcludes>navigation.xml</xdocExcludes> </configuration> </plugin> </plugins> </reporting> The site goal then finishes without any errors. > Allow files to be excluded from site generation > ----------------------------------------------- > > Key: MSITE-98 > URL: http://jira.codehaus.org/browse/MSITE-98 > Project: Maven 2.x Site Plugin > Type: New Feature > Reporter: Dennis Lundberg > Attachments: MSITE-98.patch > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]