Skip to content

Setup

Setup

To setup your project using the cli, run the following command in your project root folder:

emt application enhance

or using the shorter version

emt app enh

alternative if you don't have the CLI installed, use this maven command

mvn com.aeontronix.enhanced-mule:enhanced-mule-tools-maven-plugin:1.4.18:shell "-Dcmd=app enh"

Add this dependency to your project:

<dependency>
    <groupId>com.aeontronix.enhanced-mule</groupId>
    <artifactId>enhanced-mule-properties-provider</artifactId>
    <version>1.0.0</version>
    <classifier>mule-plugin</classifier>
</dependency>