You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/28 02:40:12 UTC

[jira] Closed: (MNG-554) site:site launched from parent project doesn't parse child custom site source sub-directories

     [ http://jira.codehaus.org/browse/MNG-554?page=all ]
     
Brett Porter closed MNG-554:
----------------------------

      Assign To: Brett Porter  (was: Vincent Siveton)
     Resolution: Fixed
    Fix Version:     (was: 2.0-beta-3)
                 2.0-beta-2

should be fixed in current release

> site:site launched from parent project doesn't parse child custom site source sub-directories
> ---------------------------------------------------------------------------------------------
>
>          Key: MNG-554
>          URL: http://jira.codehaus.org/browse/MNG-554
>      Project: Maven 2
>         Type: Bug
>   Components: maven-site-plugin
>     Versions: 2.0-alpha-3
>  Environment: Windows XP
>     Reporter: Yann Le Du
>     Assignee: Brett Porter
>      Fix For: 2.0-beta-2
>  Attachments: common.zip
>
>
> Project A contains a module B. B's site source directory is different from the default one and contains a sub-directory apt :
> A / B / site / site.xml
> A / B / site / apt / index.apt
> ... so I've put this in the B / pom.xml plugins section :
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-site-plugin</artifactId>
>         <configuration>
>           <siteDirectory>site</siteDirectory>
>         </configuration>
> When I launch site:site from B directory, B's site is correclty built. But when I launch from A directory, B's index.html is missing. I guess that site.xml was correctly taken, but that apt sub-directory was ignored.

-- 
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