On Monday 04 Aug 2003 11:03, Alwyn Schoeman wrote:
> Deployment descriptors generated with xdoclet are by default put under
> target/xdoclet/ejb/META-INF.
>
> What is best to put in me <directory> tag to bundle this resources?
>
> I have tried ${maven.build.dir}/xdoclet/ejb, but doesn't work,
> ${maven.build.src} maps to target/src.
You want to get these deployment descriptors added to the bean JAR ?
What I did is set
maven.xdoclet.ejbdoclet.deploymentdescriptor.0.destDir=${maven.build.dest}/META-INF
so when you then run the ejb task, the descriptors will be in the path that
the jar is built from, and hence in the jar.
--
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]