From 254cb9055ec610f84fb59d3a09ce3ba991f90cdf Mon Sep 17 00:00:00 2001 From: evenisse Date: Wed, 3 Sep 2003 09:23:55 +0000 Subject: [PATCH] Added maven.war.index property. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113945 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 2 +- war/plugin.properties | 1 + war/xdocs/changes.xml | 3 +++ war/xdocs/properties.xml | 8 ++++++++ 4 files changed, 13 insertions(+), 1 deletion(-) 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