Foros de discusión

Liferay hook using maven

Tony Shuparsky, modificado hace 11 años.

Liferay hook using maven

New Member Mensaje: 1 Fecha de incorporación: 15/05/12 Mensajes recientes
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
David H Nebinger, modificado hace 11 años.

RE: Liferay hook using maven

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
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.