diff --git a/war/plugin.jelly b/war/plugin.jelly
index 70334785..d831652f 100644
--- a/war/plugin.jelly
+++ b/war/plugin.jelly
@@ -42,7 +42,7 @@
destfile="${maven.war.build.dir}/${maven.war.final.name}"
basedir="${maven.war.webapp.dir}"
update="true"
- index="true">
+ index="${maven.war.index}">
diff --git a/war/plugin.properties b/war/plugin.properties
index d6dc9d11..5c028201 100644
--- a/war/plugin.properties
+++ b/war/plugin.properties
@@ -3,6 +3,7 @@
# -------------------------------------------------------------------
# War plugin.
# -------------------------------------------------------------------
+maven.jar.index=true
# Location of where the webapp is located in the source tree. The
# WEB-INF directory is located right under ${maven.war.src}.
maven.war.src=${maven.src.dir}/webapp
diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml
index 0ca2b2a7..b532b9f7 100644
--- a/war/xdocs/changes.xml
+++ b/war/xdocs/changes.xml
@@ -8,6 +8,9 @@
+
+ Added maven.war.index property.
+
Accept includes/excludes patterns over maven.war.src.
diff --git a/war/xdocs/properties.xml b/war/xdocs/properties.xml
index ee76f42e..a976fa5a 100644
--- a/war/xdocs/properties.xml
+++ b/war/xdocs/properties.xml
@@ -94,6 +94,14 @@
${maven.war.build.dir}/${pom.artifactId}.
+
+ | maven.war.index |
+ Yes |
+
+ Whether to create an index list to speed up classloading.
+ This is a JDK 1.3+ specific feature. Defaults to true.
+ |
+
| maven.war.tld.dir |