aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/advanced/advanced-osgi.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/advanced/advanced-osgi.asciidoc')
-rw-r--r--documentation/advanced/advanced-osgi.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/advanced/advanced-osgi.asciidoc b/documentation/advanced/advanced-osgi.asciidoc
index 490ff6eda7..aeda5a3ef8 100644
--- a/documentation/advanced/advanced-osgi.asciidoc
+++ b/documentation/advanced/advanced-osgi.asciidoc
@@ -15,7 +15,7 @@ An OSGi application typically consists of multiple bundles that can be deployed
To deploy Vaadin applications as OSGi bundles, static resources (including themes and widget sets) must be published using the appropriate APIs to enable using multiple Vaadin versions on the same server.
-The application is typically packaged as a JAR file, and needs to have a valid OSGi bundle manifest which can be created e.g. by the `nnd-maven-plugin`. All the dependencies of the application should be available as OSGi bundles.
+The application is typically packaged as a JAR file, and needs to have a valid OSGi bundle manifest which can be created e.g. by the `bnd-maven-plugin`. All the dependencies of the application should be available as OSGi bundles.
[[advanced.osgi.servlet]]
== Publishing a Servlet With OSGi