So you’re using iON to run your Mule application and Maven to manage your development? Great! You’re now ready for the next stage: continuous deployment, which is the easiest way to push your application to iON during your development cycle.
Ready? Just add this to your pom.xml:
Done! Now you can push your local Mule application by running mvn package ion:deploy. It’s that easy.
You can find more details on the project page.
Making it continuous
You don’t really want to have to do this manually, so just call this for your favorite continuous integration server! Now your app will be pushed to iON on every code change.
Can it get any simpler?