diff --git a/jboss/plugin.jelly b/jboss/plugin.jelly
index bba1a528..0526a36a 100644
--- a/jboss/plugin.jelly
+++ b/jboss/plugin.jelly
@@ -92,7 +92,7 @@
description="Creates a specific JBoss server configuration"
prereqs="jboss:init">
-
+
+
+
+
+ Bundling: (${dep.groupId}, ${dep.artifactId}, ${dep.type})
+
+
+
+
diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml
index 602b89f1..694116fe 100644
--- a/jboss/xdocs/changes.xml
+++ b/jboss/xdocs/changes.xml
@@ -8,6 +8,10 @@
+
+ Added feature to add custom lib jars to the JBoss configuration
+ created when using the jboss:configure goal.
+
Fixed deploy/undeploy URLs for JBoss 3.2.
diff --git a/jboss/xdocs/goals.xml b/jboss/xdocs/goals.xml
index 27263792..42d0c942 100644
--- a/jboss/xdocs/goals.xml
+++ b/jboss/xdocs/goals.xml
@@ -17,7 +17,10 @@
jboss:configure
Creates a custom JBoss server configuration directory structure
- (with no J2EE modules deployed in it).
+ (with no J2EE modules deployed in it). Custom lib jars can be
+ specified in the project.xml by taggin them with
+ the <jboss.lib.bundle>true</jboss.lib.bundle>
+ property.