Hi,

I'd like to post-process my JSPs using the antrun plugin (which uses ant's replaceregexp task). The plugin execution itself works fine, but now I need it to run after the webapp is assembled and before it's zipped up as a warfile.

My JSPs live in src/main/webapp/WEB-INF/jsp/ and I do not want to modifiy them there. I thought about dropping them into src/main/ resources/ but then they would end up in target/myApp/WEB-INF/ classes/ instead of WEB-INF.

Any ideas?

Thanks,
-Ralph.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to