diff --git a/maven/bnd-maven-plugin/README.md b/maven/bnd-maven-plugin/README.md index 88cd512d7d..e46d792283 100644 --- a/maven/bnd-maven-plugin/README.md +++ b/maven/bnd-maven-plugin/README.md @@ -180,6 +180,28 @@ The plugin will by default set some OSGi bundle headers derived from [pom elemen | `Bundle-Developers` | `developers` (child element `id` must be set on each developer) | | `Bundle-DocURL` | `url` | +### POM Properties + +The Bnd instructions can reference properties defined for the Maven project and Maven settings using the `project.` and `settings.` stems, respectively. +Other properties defined in the POM can also be referenced. + +```xml + + Acme Inc. + + + biz.aQute.bnd + bnd-maven-plugin + + + + +``` + ### Reproducible Builds If the configuration parameter `outputTimestamp` is set, indicating [reproducible][1] output, this plugin will automatically use the following Bnd instructions, if not otherwise configured.