Hello, I've written a set of XDT files that generates a full set of Delegator for each EJB processed by xdoclet:ejbdoclet, now I am trying a plugin that handles that.
1 ) I have some problems, since first of all i cannot find a way to tell the plugin that the xdt files are not in the local directory (as he suppose) but are under maven plugin directory. I don't want to put the same xdt files in all the subproject using EJB 2 ) In my plugin i have to call xdoclet:ejbdoclet as prerequisite, so i need to have a project.properties that contains the appropiate xdoclet config parameters. The problem is that this configuration are read only from the project.properties file in the final project directory and not from the one in the maven plugin directory that uses xdoclet plugin. >From what i understand plugin.properties should contains configuration data for the >plugin itself, while project.properties shuold contains default values for other >plugins called by the plugin itself.. Any help would be great Thanks Max --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]