This is MAVEN-539, scheduled to be fixed in the 1.0 final release. A patch means it will get fixed lots quicker. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/
Leif Nelson <[EMAIL PROTECTED]> wrote on 12/08/2003 08:31:22 AM: > Hi all- > > 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> > > > >
