You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2006/03/04 23:54:14 UTC

[jira] Commented: (MSITE-98) Allow files to be excluded from site generation

    [ 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org