Migrate traditional Plugins sdk to Workspace without Upgrade Planner

ghada bahloul, modified 4 Years ago. New Member Posts: 4 Join Date: 5/18/21 Recent Posts

Hello,

Any one know how to Migrate traditional Plugins sdk 6.1 to Workspace 7.1  and migrate portlets without using Liferay Upgrade Planner ?

Thank you.

thumbnail
Olaf Kock, modified 4 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
  • Create Workspace
  • Copy project into workspace (determine if you're staying with the WAR packaging, or if you also port portlets to OSGi)
  • In the process of copying: Move data to appropriate directories. There's a chance that you've used Ant so far, and gradle/workspace is opinionated with regards to the expected directories for code, configuration, other resources
  • Fix issues (like: import statements for APIs where the package name has changed)
  • ???
  • Profit ;)
Jack Heckler, modified 4 Years ago. New Member Post: 1 Join Date: 5/17/21 Recent Posts

The Plugins SDK was deprecated for Liferay DXP 7.0 and removed for Liferay DXP 7.1.  Migrating Traditional Plugins to Workspace Web Applications · Modularizing Plugins  Import the Plugins SDK project into the Upgrade Planner.  as a Gradle or Maven environment, but it does not support the Plugins SDK's Ant build.