Details
-
Story
-
Status: Closed
-
Minor
-
Resolution: Completed
-
None
Description
We can call the report generation at the end of com.liferay.portal.tools.DBUpgrader#main, maybe in the finally method. Or somehow registering an event or when this event is registered:
@Reference(target = ModuleServiceLifecycle.PORTLETS_INITIALIZED)
private ModuleServiceLifecycle _moduleServiceLifecycle;