BTW, thank you VERY much for all the help. The problem seems to be that I was building my plugin nested in the standard plugins. The package name for the TagLibrary is set in a combination of the qtags <goal> in the parent maven.xml and the xdoclet.qtags.namespace in project.properties. The QTagLibraryPlugin <component> element in the <xdoclet> element defines a packagereplace attribute which uses the property value. Should I just move my plugin off by itself and merge in the parent maven.xml/project.xml/project.properties? Or is there a way to override a single attribute of a specific Maven component in the child maven.xml? [Not a Maven expert - urrr... that is kind of redundant isn't it?] Or is there an XDoclet2 tag to use to override the packagereplace attribute? Thank you again.

Fred.

Konstantin Priblouda wrote:
Due to inheritance from qtags getName()  & getValue()
are already used, so if you like to have  tag
paramaters name="" or value="" you have to create
methods getName_ & getValue_()

Package structures? Usially taglib is in the same
package as impls.

Reply via email to