cancel
Showing results for 
Search instead for 
Did you mean: 

DM Core Plugin Extension - how to avoid deploying all plugins from SAP github code in mta deployment

Deep_Agrawal
Participant
0 Kudos
187

Hello DM Plugin experts,

SAP Digital Manufacturing provides plugin code on github, which can be extended. 
But what is the best practice to avoid deploying all plugins (from github samples) together as mta deployment. We don't want to have any side effects on other POD plugins.

https://help.sap.com/docs/sap-digital-manufacturing/pod-plugin-developer-s-guide/implementing-core-p...

@vivekananda_panigrahy 

Regards,

Deep Agrawal

View Entire Topic
emre_yoldas
Explorer
0 Kudos

Hello Deep,

In the Core Plugin Extension, there is a folder called designer in Plugins. Inside this folder, there is a component.json file. In this file, in the extensions>inclusions section, you specify in which plants and Pods each plugin that will be extended will be active. With the right settings, you will have solved your problem.

Best Regards,

Emre Yoldas

Deep_Agrawal
Participant
0 Kudos
Hello Emre, Thanks for your reply.
Deep_Agrawal
Participant
0 Kudos
but does that mean we have to deploy our extension in SAP predefined namespace sap/example/plugins always for core plugin extensions?
emre_yoldas
Explorer
0 Kudos
Yes, it is deployed with the extension that the namespace is defined with. If it was helpful for you, Could you mark my answer as solution for the others of the community?