I have a mule plugin added as a dependency in my Project-A, In the mule-plugin I have defined a Transform Message where I am referring the values from the properties file defined in the plugin using p('property_name'). But it is throwing an error. Is it possible to define p() in the mule plugin and add the mule plugin as a dependency in a Project and expect it to work fine. If not is there any work around for it?