Currently (v 1.2b2) of the Maven webdoclet plug-in jelly, the fileset directory is not alterable.

I was thinking it would be more beneficial to allow for a change to the “dir” attribute of a fileset.

This would allow for multiple webapps to be build outside of a core development tree.  This
behavior currently exists with running the ant task by itself by specifying the fileset dir.

 

The current line exists in “plugin.jelly” @ line# 2646. 

 

[now]

<fileset dir="${pom.build.sourceDirectory}">

 

[suggested]

<j:set var="fileset_dir_var_name" value="maven.xdoclet.webdoclet.fileset.${fileset_index}.dir"

    <fileset dir="${context.getVariable(fileset_dir_var_name)}">

 

Thoughts?

 

chris

 

 

Reply via email to