maven and ear packaging

okay, i just needed to place some files in the ear file.

solution:
-create src/main/application
-anything you place in that folder will be included in the ear file
-DO NOT USE ’src/main/resources’, it will not get into your ear file

-thanks to cata

SPEAK / ADD YOUR COMMENT
Comments are moderated.

You must be logged in to post a comment.

Return to Top