Fórumok

Liferay hook using maven

Tony Shuparsky, módosítva 11 év-val korábban

Liferay hook using maven

New Member Bejegyzés: 1 Csatlakozás dátuma: 2012.05.15. Legújabb bejegyzések
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, módosítva 11 év-val korábban

RE: Liferay hook using maven

Liferay Legend Bejegyzések: 14919 Csatlakozás dátuma: 2006.09.02. Legújabb bejegyzések
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.