I have to place a custom tld file in the META-INF folder in the jar for a project developed using m2eclipse plugin. Can anyone help me?
Asked
Active
Viewed 237 times
1
-
1This got resolved when I created META-INF folder under /src/main/resources and placed tld file in it. – jrpalla Jun 13 '12 at 19:56
-
I thought such files had to be put under src/main/webapp/META-INF/ but it actually didn't work; I moved them under src/main/resources/META-INF/ as you suggest and it works perfectly. Thanks a lot ! – Michael Zilbermann Apr 26 '13 at 09:19