|
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
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
|
- RE: [Xdoclet-user] Maven Webdoclet plug-in - Fileset dir Chris Butler
- RE: [Xdoclet-user] Maven Webdoclet plug-in - Fileset d... Ara Abrahamian
