liferay-maven-support icon indicating copy to clipboard operation
liferay-maven-support copied to clipboard

Fixes made for MAVEN-6, fore review and merge

Open kameshsampath opened this issue 12 years ago • 0 comments

The following are the files updated, added, removed as part of the MAVEN-6 related fixes

Files Added

  1. /liferay-archetypes/liferay-portlet-archetype/src/main/resources/archetype-resources/src/main/webapp/init.jsp - This file has the common inits that is commonly is used when developing Liferay Portlets, this file is similar to the init.jsp that is used in the "Liferay in Action" book
  2. /liferay-archetypes/liferay-portlet-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/tld - Copied all he tld's from $LIFERAY_HOME/tomcat-7.0.23/ROOT/WEB-INF/tld

Files Updated

  1. /liferay-archetypes/liferay-portlet-archetype/src/main/resources/archetype-resources/pom.xml - Added the entry for Jstl dependency
  2. /liferay-archetypes/liferay-portlet-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml - Add the jsp-config entries for all the commonly used tag libraries like aui, liferay-ui etc.
  3. /liferay-archetypes/liferay-portlet-archetype/src/main/resources/META-INF/maven/archetype.xml - This file has been updated for the missing web.xml entry as archetype resources and added new entries

kameshsampath avatar Mar 04 '12 03:03 kameshsampath