Liferay development in Eclipse [closed]
https://stackoverflow.com/questions/2145888
Solution 2
Found one here that looks promising:
http://www.jroller.com/holy/entry/developing_portlets_for_liferay_in
OTHER TIPS
There is a new top-level project at Liferay that is called Liferay IDE which is the official set of eclipse plugins for Liferay. Here is the installation guide and getting started tutorial.
We are starting to use this as a reference. It seems pretty good to get going.
The other thing to look at are the two (at least I found) Maven plug ins for Eclipse/Liferay.
One comes from Liferay and the other a community.
http://github.com/azzazzel/liferay-maven-sdk and this is a good ref of it:
http://github.com/azzazzel/liferay-maven-sdk
From Liferay: http://www.liferay.com/web/mika.koivisto/blog/-/blogs/liferay-maven-sdk
Both are good and help with the busting out of project archetypes for Liferay.
Check Liferay IDE, which supports development for all latest Liferay Portals. Liferay IDE is based on eclipse and is maintained by Liferay itself.