How to override the auto generated mule-artifact.json with mule extension

Viewed 40

Is it possible to override the auto-generated mule-artifact.json when creating a custom mule extension?

1 Answers

Yes it can be overridden, you need to place your custom mule-artifact.json under META-INF/mule-artifact/mule-artifact.json inside your project's src/main/resources.

Related