Several ways:
1) Change the maven.xdoclet.ejbdoclet.deploymentdescriptor.0.destDir
Which currently defaults to: ${maven.build.dir}/xdoclet/ejb/META-INF
That should change to ${maven.build.dest}/META-INF
2) Declare them as resources:
<resources>
<resource>
<directory>target/xdoclet/ejb/META-INF</directory>
<targetPath>${maven.build.dest}/META-INF</targetPath>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
Tim Chen
[EMAIL PROTECTED]
-----Original Message-----
From: Eric Chow [mailto:[EMAIL PROTECTED]
Sent: Sunday, February 08, 2004 9:37 PM
To: Maven Users List
Subject: Including the ejb-jar.xml into the JAR's META-INF/
Hello,
I use Xdoclet-plugin for Maven to generate the ejb-jar.xml, jboss.xml,
jbosscmp-jdbc.xml.
How can Maven to including those deployment descriptors into the JAR's
META-INF/ ????
Eric
==========================
If you know what you are doing,
it is not called RESEARCH!
==========================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]