I've found JSP pages are well supported only if located in standard src/ java/webapp/ folder and this maven project is packaged to war.
Is it possible to configure NetBeans to have same JSP support also in another location, regardless the packaging type? I am investigating NetBeans for Liferay component development. In this case JSPs are stored in /src/main/resources/META-INF/resources folder and the result is packaged to jar. Example project is here: https://github.com/liferay/liferay-blade-samples/ tree/7.1/maven/apps/jsp-portlet (https://github.com/liferay/liferay-blade-samples/tree/7.1/maven/apps/jsp-portlet)
