xdoclet plugin has wrong relative paths when used twice in multiproject
environment
-----------------------------------------------------------------------------------
Key: MOJO-265
URL: http://jira.codehaus.org/browse/MOJO-265
Project: Mojo
Type: Bug
Components: xdoclet
Environment: maven2.0.2, java 1.5, windows 2000
Reporter: kris helenek
In a muliproject environment like so:
--projectA
----ejb1
------pom1.xml
----ejb2
------pom2.xml
Each pom.xml has an xdoclet-plugin defined which calls the ejbdoclet task to
generate interfaces. The ejbdoclet tag takes a destination attribute, but it
seems to be ignored the second time the plugin is run.
For instance, if i change the destination dir="." in both, they will both get
written to ejb1. If I make them "../ejb1" and "../ejb2" respectively, still
both go to ejb1. etc...
Other plugins used in each pom put items in the correct relative locations, so
I'm pretty sure its not a config issue surrounding that.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira