Fork me on GitHub

After you developed a plugin the next step is to deploy it in your application. For this task, one option is to create a zip file with a structure described in section How to use from the beginning of the document.

If you use Apache Maven as build manger then your pom.xml file must looks like this. This file it’s very simple and it’s self explanatory.

If you use Apache Ant then your build.xml file must looks like this. In this case please look at the “build” target.