Prior to using Maven I was using site2 xdocs for our project docs. I added a few tags to increase the functionality.. for instance:
<diagram file="example.jpg" alt-text="Test Diagram Pic" caption="Test Figure 1.1" outline="true" /> Initially I was using XSL to create an HTML table with the above items placed properly. I've ported that to velocity and integrated it with the xdoc plugin for maven and it all works fine. However, the update process is somewhat tedious and everytime I get a new Maven build I have to modify the xdoc plugin's site.dvsl. So the short question is: Is there an easy way to add tags to the xdoc plugin? I don't want to modify it's overall structure or function, just add additional tags. Thanks very much in advance. Ryan Owens -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
