[ http://jira.codehaus.org/browse/MSITE-7?page=all ]
Jason van Zyl moved MNG-554 to MSITE-7:
---------------------------------------
Version: (was: 2.0-alpha-3)
Fix Version: (was: 2.0-beta-2)
Component: (was: maven-site-plugin)
Workflow: jira (was: Maven)
Key: MSITE-7 (was: MNG-554)
Project: Maven 2.x Site Plugin (was: Maven 2)
> site:site launched from parent project doesn't parse child custom site source
> sub-directories
> ---------------------------------------------------------------------------------------------
>
> Key: MSITE-7
> URL: http://jira.codehaus.org/browse/MSITE-7
> Project: Maven 2.x Site Plugin
> Type: Bug
> Environment: Windows XP
> Reporter: Yann Le Du
> Assignee: Brett Porter
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]