Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-6
-
Fix Version/s: 2.1
-
Component/s: doxia integration
-
Labels:None
-
Environment:maven 2.0.7, Java any (: 1.5.0_12) the same on Windows XP and Linux
Description
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>
Fixed with
MSITE-298.MSITE-298.