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:
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
1 Comment
Hide/Show CommentsMay 25, 2006
Rohit Gupta
Keep them in META-INF directory under resource directory of src and they will be packaged in the jar file