How to handle identical file names in the site structure for the static site
generation?
----------------------------------------------------------------------------------------
Key: MNG-588
URL: http://jira.codehaus.org/browse/MNG-588
Project: Maven 2
Type: Bug
Versions: 2.0-beta-1
Reporter: Vincent Siveton
Supposed that we have the following site structure:
+- src/
+- site/
+- apt/
| +- index.apt
|
+- xdoc/
| +- index.xml
|
+- site.xml
Actually, the site:site goal generates the index.html from site/xdoc/index.xml.
It could also generate it from site/apt/index.apt.
Throwing an exception instead of warnings?
--
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]