Quick question. If I put links in my changes.xml, it seems that the maven-changes-plugin eats them. Is this a bug, or by design?
The following changes.xml produces a maven page with all the proper navigation, but in the main page, in the "changes" section, the link to "docs" is gone.
Any info appreciated.
Thanks, --Leif
<?xml version="1.0" encoding="ISO-8859-1"?> <document> <properties> <title>Changes</title> </properties>
<body>
<release version="3.4.9" date="8/11/2003">
<action dev="lnelson" type="add">
Added some stuff.. See the <a href="things/stuff.html">docs</a>
</action>
</release>
</body>
</document>