From 593982bbcd694c7309f66a5458292e5b69b3aa7e Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 5 Dec 2003 14:48:21 +0000 Subject: [PATCH] Added feature to add custom lib jars to the JBoss configuration created when using the jboss:configure goal. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114448 13f79535-47bb-0310-9956-ffa450edef68 --- jboss/plugin.jelly | 12 +++++++++++- jboss/xdocs/changes.xml | 4 ++++ jboss/xdocs/goals.xml | 5 ++++- 3 files changed, 19 insertions(+), 2 deletions(-) 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.