diff --git a/doc/overview.html b/doc/overview.html index 6bcbde8..41e331a 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -465,6 +465,60 @@
This is the entry point into Ezkv and is used to load the initial part of the chain of resources. The bootstrapping part of your application will call it first and will often convert or pass the loaded key values to another system.
++However like the Codehaus properties plugin this plugin has the following limitations: +
++This plugin (as all other) is executed in the later phase - when project model is +already build in memory. +
+
+So properties read from external files by this plugin can not by used in project
+definitions in items like {@code
+Properties read by plugin in one module are not propagated to other modules or child +projects. +
++Properties are only available for other plugins in runtime like for +maven-resource-plugin for filtering resources. +
+ +Example: + +{@snippet lang = xml : +