By using ant modulegen, hybris will create the seven extensions like cockpits,core,facades,storefront,test,initial data and fullfilmentprocess.
Is there anyway to create more than this extensions.?
Thank in advance.
By using ant modulegen, hybris will create the seven extensions like cockpits,core,facades,storefront,test,initial data and fullfilmentprocess.
Is there anyway to create more than this extensions.?
Thank in advance.
With the 'ant modulegen' command you are able to generate a package of extension for a specific requirement. The targets you can select are:
commercewebservices, acceleratorordermanagement, [accelerator], b2baccelerator, chinaaccelerator
The default one [accelerator] will generate exactly those seven extensions you mentioned before. At least, with the modulegen you are creating a 'bundle' of extensions that you will need for your specific requirements. Those bundles are always inherit from the yextension templates. Here are a list of those yextensions:
So you are able to create single extensions with the following command 'ant extgen'. Here is also the console output to it:
BR