diff --git a/ejb/plugin.jelly b/ejb/plugin.jelly index 5f400779..be18af96 100644 --- a/ejb/plugin.jelly +++ b/ejb/plugin.jelly @@ -44,7 +44,9 @@ - + @@ -116,6 +118,7 @@ diff --git a/ejb/plugin.properties b/ejb/plugin.properties index a599d2aa..69358a3f 100644 --- a/ejb/plugin.properties +++ b/ejb/plugin.properties @@ -3,6 +3,9 @@ # ------------------------------------------------------------------- # ejb plugin. # ------------------------------------------------------------------- +maven.ejb.index=false +maven.ejb.client.index=false + # Location of where ejb sources (non-java) are located. maven.ejb.src=${maven.src.dir}/ejb # Location of ejb xml configs - not used atm due to using jar task not ejbjar diff --git a/ejb/xdocs/changes.xml b/ejb/xdocs/changes.xml index 48d5dfc7..d97a535b 100644 --- a/ejb/xdocs/changes.xml +++ b/ejb/xdocs/changes.xml @@ -6,6 +6,9 @@ + + Added maven.ejb.index, maven.ejb.index properties. + Added maven.ejb.excludes and maven.ejb.includes properties. diff --git a/ejb/xdocs/properties.xml b/ejb/xdocs/properties.xml index c586b34f..e9186f1a 100644 --- a/ejb/xdocs/properties.xml +++ b/ejb/xdocs/properties.xml @@ -10,6 +10,14 @@
+ + + + + @@ -40,6 +48,14 @@ + + + + +
PropertyOptional?DescriptionDefault
maven.ejb.indexYes + Whether to create an index list to speed up classloading. + This is a JDK 1.3+ specific feature. Defaults to false. +
maven.ejb.src Yes **/package.html
maven.ejb.client.indexYes + Whether to create an index list to speed up classloading. + This is a JDK 1.3+ specific feature. Defaults to false. +
maven.ejb.client.base.excludes Yes