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
This commit is contained in:
evenisse
2003-09-03 09:23:55 +00:00
parent 4b5400a8a5
commit 254cb9055e
4 changed files with 13 additions and 1 deletions

View File

@@ -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}">
<ant:metainf dir="${licenseFile.canonicalFile.parent}">
<ant:include name="${licenseFile.canonicalFile.name}"/>
</ant:metainf>

View File

@@ -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

View File

@@ -8,6 +8,9 @@
<body>
<release version="1.4" date="in CVS">
<action dev="evenisse" type="add">
Added maven.war.index property.
</action>
<action dev="rafal" type="add">
Accept includes/excludes patterns over maven.war.src.
</action>

View File

@@ -94,6 +94,14 @@
<code>${maven.war.build.dir}/${pom.artifactId}</code>.
</td>
</tr>
<tr>
<td>maven.war.index</td>
<td>Yes</td>
<td>
Whether to create an index list to speed up classloading.
This is a JDK 1.3+ specific feature. Defaults to true.
</td>
</tr>
<tr>
<a id="tld_dir"/>
<td>maven.war.tld.dir</td>