How Can I Add ejb.xml To The jar File

Hi,

I need to add the ejb.xml deployment descriptor to the jar file "my-ejb.jar" so that the file will be under the "META-INF" subfolder in the jar file.  Can anyone tell me how I can do this using Maven 2.0?

Thanks!

Sam

Labels

 
(None)
  1. May 25, 2006

    Rohit Gupta says:

    Keep them in METAINF directory under resource directory of src and they will be ...

    Keep them in META-INF directory under resource directory of src and they will be packaged in the jar file