Hi all,

I have ejb that uses some external libraries, I have configured my pom.xml
for that and the jars are found during compile time and the ejb jar is
generated. What I want to do is to package the libs used by the ejb with the
ejb itself i.e. placing those lib under


|_ _ _ META-INF
             +
             |_ _ _ lib
                       +
                       |_ _ _ (the needed jars)

I am using scope as "compile" for those jar (in the dependency tag). But
those jars are not packaged into the ejb. Don't know if it's on any
important, I have a ear project in maven, that contains various ejb(s). I
dont want to put all the libs in the ear directory.

I'd highly appreciate, if anyone could comment on what I am doing wrong in
this case?

Thanks in Advance,
Usman.
-- 
View this message in context: 
http://www.nabble.com/Packaging-external-jars-used-within-the-ejb...-tp24629335p24629335.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to