>>> A snapshot has also been deployed.
>>> Very good if people can testdrive them an give feedback.

I am seeing an issue in the dashboard results when I use:  mvn site.

The dashboard plugin expects the generated taglist XML to be in the file
target/taglist/taglist.xml; however, when I use the latest taglist
snapshot, the output is in target/site/taglist/taglist.xml

I went back to the source code I used to make the patch for MTAGLIST-30,
and that version generated the correct file location.  The code that
generates the XML file appears to be the same in both version.  I see the
XML output code is using the outputDirectory variable which states that
during site generation it will be configured by the site plugin.  Was
something changed in the parent mojo between versions 16 and 18 which
changed how this variable was configured? 

If there isn't a bug in the taglist code, I assume we need to add a new
variable (similar to the findbugs or pdm plugins):
    /**
     * Specifies the directory where the xml output will be generated.
     * 
     * @parameter default-value="${project.build.directory}/taglist"
     * @required
     */
    private File xmlOutputDirectory;


-Nate


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to