xdoc translation, <param> tag is removed from generated html
-------------------------------------------------------------
Key: MSITE-288
URL: http://jira.codehaus.org/browse/MSITE-288
Project: Maven 2.x Site Plugin
Issue Type: Bug
Components: doxia integration
Affects Versions: 2.0-beta-6
Environment: maven 2.0.7, Java any (: 1.5.0_12) the same on Windows
XP and Linux
Reporter: Vlad Skarzhevskyy
xdoc translation to html is broken
<param> tag is removed from generated html
We have this fragment in the code:
---
<div align="center">
<applet code="org.microemu.applet.Main" width="226" height="471"
archive="microemu-javase-applet.jar">
<param name="midlet"
value="org.microemu.midp.examples.simpledemo.SimpleDemoMIDlet"/>
</applet>
</div>
--
translates to html:
---
<div align="center">
<applet code="org.microemu.applet.Main" width="226" height="471"
archive="microemu-javase-applet.jar">
</div>
---
<param> tag is removed from generated html
Project: http://snapshot.microemu.org/
Solution we have now is to rollback maven-site-plugin to
<version>2.0-beta-5</version>
--
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