掲示板

Liferay hook using maven

11年前 に Tony Shuparsky によって更新されました。

Liferay hook using maven

New Member 投稿: 1 参加年月日: 12/05/15 最新の投稿
Hi all,

I am creating a liferay hook using maven. I created the maven hook without any problem, but I'm not sure where to put the custom_jsp folder? Should I put it under src/main/webapp or should I create META-INF folder under src/main/webapp/(since there is no such folder after I build the project) and put it under META-INF?

Thanks,
Tony
thumbnail
11年前 に David H Nebinger によって更新されました。

RE: Liferay hook using maven

Liferay Legend 投稿: 14917 参加年月日: 06/09/02 最新の投稿
Unless you want to be testing liferay maven support, then stop what you're doing. Maven is not yet fully supported by Liferay. It is still a work in progress, and if you use it you are just a tester...

That said, the jsp folder can be anywhere. Your liferay-hook.xml file will indicate where the JSP files are.