Forums de discussion

Upgrading Liferay 6.2.5 Maven projects into latest Liferay 7

thumbnail
Kevin Emamirad, modifié il y a 7 années.

Upgrading Liferay 6.2.5 Maven projects into latest Liferay 7

New Member Publications: 12 Date d'inscription: 04/09/13 Publications récentes
Hello,

I have a Liferay CE 6.2.5 Maven project with Hooks, Layouts, Portlets, Ext, and Themes. I would like to migrate that into Liferay 7.0.

The official dev tutorial (dev.liferay.com) mentions how to upgrade Plugins SDK into Liferay 7.0.

Is there a procedure for Maven projects? Or should I convert all my previous work into Liferay Plugins SDK?

Thanks a lot,
Kevin
thumbnail
Olaf Kock, modifié il y a 7 années.

RE: Upgrading Liferay 6.2.5 Maven projects into latest Liferay 7

Liferay Legend Publications: 6396 Date d'inscription: 23/09/08 Publications récentes
Kevin Emamirad:
The official dev tutorial (dev.liferay.com) mentions how to upgrade Plugins SDK into Liferay 7.0.


It's just the build tool. Most of the work will be done in the actual code and the upgrade tool in Liferay-IDE will (as far as I know) help you with Plugins-SDK code, though it might be possible that it also covers maven - you'll have to check this.
I've recently answered a similar question on stackoverflow - maybe this gives you some additional ideas.
thumbnail
Kevin Emamirad, modifié il y a 7 années.

RE: Upgrading Liferay 6.2.5 Maven projects into latest Liferay 7

New Member Publications: 12 Date d'inscription: 04/09/13 Publications récentes
So the Liferay IDE Upgrade tool cannot take a Maven project.

I will migrate my code from Maven to Liferay 6.2 Plugins SDK so I can benefit from the Upgrade Tool to 7.0.