Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: xdoclet
-
Labels:None
-
Environment:maven2.0.2, java 1.5, windows 2000
-
Complexity:Intermediate
-
Number of attachments :
Description
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.
Activity
Brett Porter
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Workflow | Maven [ 46708 ] | Maven New [ 49827 ] |
I've noticed this behavior also in my hibernatedoclet invocations.