summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2014-06-04 16:39:17 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2014-06-04 16:39:17 +0300
commitca2e19c3edcf4bb5526637f3d45b65954f54c92f (patch)
tree9396b14ea7273b567f6e93c14b466fb1f1d0d2da /README.md
parent766681abb48605f2cebfb6fe571ef2ea025287f6 (diff)
downloadpf4j-ca2e19c3edcf4bb5526637f3d45b65954f54c92f.tar.gz
pf4j-ca2e19c3edcf4bb5526637f3d45b65954f54c92f.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a216908..0a2a2f5 100644
--- a/README.md
+++ b/README.md
@@ -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, you must create a zip file with a structure described in section "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" 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.