We have discontinued Print module from Hybris and we have stopped paying maintenance for Print module. Hence, we need to remove the Print references.
I believe just removing/commenting below entries from localextensions.xml will suffice. Is there anything else I need to look at?
<!-- ext-print -->
<extension name="print" />
<extension name="printcockpit" />
<extension name="printhmc" />
First of all you have to distinguish between 'modules' and 'extensions'.
A 'module' is a set of extensions to provide some functionality to the hybris platform, for example the 'print module'.
An 'extension' is one technical hybris project that provides some functionality for a module, so here the focus is on the technical architecture.
If you want to remove (for example) the 'print module', I think you have to do the following steps:
So this I think are the default steps.