diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-04 16:42:49 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-04 16:42:49 +0300 |
commit | 11ee51b3c55305e535509ae89e1998b1a3eae224 (patch) | |
tree | c4089f9e005cc92273865147d75e21e3a885fe6c /README.md | |
parent | 57fabda2e64d9c33ce3b6f7c31f2f9cc66660197 (diff) | |
download | pf4j-11ee51b3c55305e535509ae89e1998b1a3eae224.tar.gz pf4j-11ee51b3c55305e535509ae89e1998b1a3eae224.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -160,7 +160,7 @@ For more information please see the demo sources. Plugin assembly ------------------------------ -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](https://github.com/decebals/pf4j/blob/master/README.md#how-to-use]) from the beginning of the document. +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](https://github.com/decebals/pf4j/blob/master/README.md#how-to-use) from the beginning of the document. If you use `apache maven` as build manger than your pom.xml file must looks like [this](https://github.com/decebals/pf4j/blob/master/demo/plugins/plugin1/pom.xml). This file it's very simple and it's self explanatory. If you use `apache ant` than your buil.xml file must looks like [this](https://github.com/gitblit/gitblit-powertools-plugin/blob/master/build.xml). In this case please look at the "build" target. |