diff --git a/jar/plugin.jelly b/jar/plugin.jelly
index 0eb07147..3cf5db01 100644
--- a/jar/plugin.jelly
+++ b/jar/plugin.jelly
@@ -45,6 +45,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jar/xdocs/changes.xml b/jar/xdocs/changes.xml
index 20ef7c00..273f4232 100644
--- a/jar/xdocs/changes.xml
+++ b/jar/xdocs/changes.xml
@@ -8,6 +8,12 @@
+
+
+ Added manifest Class-Path, specified by setting property
+ jar.manifest.classpath on dependency artifacts in project.xml.
+
+
Fixed maven.jar.manifest.extensions.add use.
diff --git a/jar/xdocs/properties.xml b/jar/xdocs/properties.xml
index 15b2ce42..bbb751f1 100644
--- a/jar/xdocs/properties.xml
+++ b/jar/xdocs/properties.xml
@@ -54,6 +54,15 @@
property will override Maven's defaults.
+
+ | maven.jar.manifest.classpath.add |
+ Yes |
+
+ Tells maven to add classpath information the the jar manifest.
+ This can cause some applications to break, so it has been disabled by default.
+ Set to 'true' to enable classpath information.
+ |
+
| maven.jar.manifest.extensions.add |
Yes |