Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 766 Bytes

2018-01-23-plugin-assembly.md

File metadata and controls

13 lines (10 loc) · 766 Bytes
layout title category date order
page
Plugin assembly
doc
2018-01-23 12:05:57 -0800
23

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]({{ site.url }}) from the beginning of the document.

If you use Apache Maven as build manger then your pom.xml file must looks like [this]({{ site.demourl }}/plugins/plugin1/pom.xml). 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.