I looked at the code of the site plugin and it seems this is a bug in
maven-site-plugin as published but solved in the trunk of the source
code [MSITE-91].
Hth,
Nick Stolwijk
[EMAIL PROTECTED] wrote:
Hi,
I've tried to move the "src/site" directory to "site/src/site" using
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<siteDirectory>${basedir}/site/src/site</siteDirectory>
</configuration>
</plugin>
When I create the site all resources from the subdirectories (apt, fml, xdoc) except the
"site.xml" (.../site/src/site/site.xml) are used.
If I put the "site.xml" to the src/site directory all works fine. Could anybody
help me why the site descriptor is not taken from the
configured site directory ".../site/src/site" ?
Regards
André Sudhoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]