3

I can easily create Liferay portlets and themes individually using the Liferay plugin SDK. I have managed to combine multiple portlets into one WAR file which has been pretty convenient for deployment at client sites.

I have also created multiple themes for my Liferay installation and I was wondering if it's possible to combine all the portlets(5) and themes(2) ( perhaps hooks etc ) into one WAR file?

Olaseni
  • 7,698
  • 16
  • 44
  • 68

1 Answers1

7

I dont think theme and portlets can be packaged together and it shouldnt be packaged together for better maintenance.

You can always package portlet and hook together in a single plugin project. I normally do it if the functionality in hook is tied with the portlet, otherwise I keep it separate.

Sandeep Nair
  • 3,630
  • 3
  • 26
  • 38