Reading Time: 2 minutes

So you're using iON to run your 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:

Could not embed GitHub Gist 1839138: Not Found
latest report
Learn why we are the Leaders in management and

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?